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