I have one model
const ModelSchema = new Schema({ assetObj: { title: { type: String, default: "untitled" }, description: {