The Mongoose API has support for ref for a given field, so it can auto populate that ref object based on the id value.
The Mongoose handler does not support it.
Also, Mongoose allows to define pre and virtual on the schema object - Mongoose handler support for those is TBD based on a chat with @ardatan .