This is my BlogPost
const BlogPost = new mongoose.Schema({ title: { type: String, trim: true, }, body: { type: String, trim: true, },