Mongoose (mongodb) plugins
- automatically installs CRUD helpers for a model
- can handle 1:1 relation (ObjectId) references inline
- for an example please refer to todo-server/apps/todos/models.js
- add UserSchema (User) model
- CRUD to support nested toJSON
- CRUD to support ObjectId
- add relation (OneToOne, OneToMany, ManyToMany) support
- add pagination support to index