My Schema
const AuctionProduct = new mongoose.model("AuctionProduct", new mongoose.Schema({ thumbnail: { type: String, required: true },