master
feat(06-mongoose): add update method
sample(mongoose): use HydratedDocument for define document interface
chore: minor formatting changes
sample(mongoose): use decorators to create a schema definition
sample: fix mongoose model mock
sample: replace findByIdAndRemove with findByIdAndDelete