I have two schemas
const mongoose = require(\'mongoose\'); const { Schema } = mongoose; const jobsSchema=new Schema({ name:String, val:Number, }) co