What Mongoose method is used to define a schema?
let schema = new mongoose.____({ name: String });
DefineSchema
CreateSchema
NewSchema
Schema