Kizspy | Question: 27 (Choose 2 answers)
Which statements correctly describe the responsibilities of a Mongoose model?
A. Models are responsible for all document interactions like creating, reading, updating, and deleting (CRUD).
B. Models are used only for creating documents.
C. Models are used to define database indexes.
D. Models apply the schema to each document in its collection.