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