How do you create a model in Mongoose to interact with the database?
let Model = mongoose.____('ModelName', schema);
newModel
defineModel
createModel
model