I have a flights model file:
const flightsSchema = new Schema({ departureDate: { type: String, required: true, }, returnDate: { type: String,