questionDetails =
{
question: String,
answer: [],
}
我有兴趣在 Mongoose of a Question 中定义一个可以有多个答案的模式。
以上演示了 Schema 的外观。