0 / 60 seg.

What Mongoose method is used to define a schema?

let schema = new mongoose.____({
    name: String
});