# Mongo Module
- How to add a mongo module?
- How to define a mongo collection?
- How to add indices to a collection?
- How to reference collection from another a collection?
- How to define embedded properties inside collection?
- How to query an embedded property?
- How to define custom _id data-type?
- Where to define computed properties row-level?
- Where to define common methods on a row?
- Where to define a name-space for collections?
- How to project a subset of properties?
- How to change the mongo configuration ex- host port and dbName?
- How to ensure/drop indices?
- How to connect to a remote server from a mongo-client using ssh?
- What is a nullable property?