I have 2 schemas with following structure
const MainCategorySchema = new Schema( { name: { type: String, required: true }, }, { strict: false } const Cat