I have a user model user.js. Here is the basic definition.
user.js
const userSchema = mongoose.Schema({ firstname: { type: String, requir