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