The `select` is being ignored.. getting back the full records instead of just the titles. ``` javascript Model.find().populate(assoc.alias, { select: ['title']}); ``` Not sure if its only on mongo? **UPDATE @dmarcelino**: changed this issue into a feature request.