I have these models
var NotesSchema = new mongoose.Schema( { title: String, category: [{ type: mongoose.ObjectId, ref: "Categories", defa