Let's say I want to build the below schema with mongoose: const userSchema = new Schema({ name: { firstName: String, lastName: String } }).
確定! 回上一頁