With mongo you can enrich you queries with projection definitions, making it easy to limit the data you retrieve from the database and also shape the data according to your projects preferences. I will show several ways to achieve projections and some limitations regarding these. In our example we will use the base class Person,Read more