My model:
const listSchema = mongoose.Schema({ header: String, listItems: [String] }) const BoardSchema = mongoose.Schema({ name: { type: Str