diff --git a/src/docbkx/reference/mongo-repositories.xml b/src/docbkx/reference/mongo-repositories.xml
index 5299858b2..a0cbdd9b2 100644
--- a/src/docbkx/reference/mongo-repositories.xml
+++ b/src/docbkx/reference/mongo-repositories.xml
@@ -294,6 +294,9 @@ public class PersonRepositoryTests {
List<Person> findByThePersonsFirstname(String firstname);
}
+
+ This will return only the firstname, lastname and Id properties of
+ the Person objects, for example age will be null.