In my application, I have a post schema (shown below):
const postSchema = new mongoose.Schema({ file: { type: String, required: true },