So I have a model of Chat.
const Schema = mongoose.Schema; const chatSchema = mongoose.Schema({ id : {type: String, required: true, unique: