Hi, I believe that in queries.md documentation, under the "distinct" heading, there is an error in that query.distinct executes the query, it doesn't require calling query.find().
So in the example, it should be query.distinct('age').then(function(...)
Thanks