I write a sever with node.js and mongoose. This is my schema :
const InvitationsSchema = new Schema({ user_id: { type: String, required: [true