I was designing a classifieds web app with the MERN stack. The MongoSchema is as shown below
const UserSchema = new Schema({ name: { type: String,