I have the following schema:
const logSchema = new mongoose.Schema({ caseId: { type: String, required: true, }, eventName: {