I have a Schema of Project that looks like this:
const ProjectSchema = new mongoose.Schema({ name: { type: String, Required: true, trim: true }, descr