I have created the following User schema
User
const UserSchema = mongoose.Schema( { fullName: { type: String, required: true,