I have a question ... I have a schema like this :
const chatSchema = new Schema({ [...] title: { type: String, required: true }, message: