Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
I'm trying to select only a specific field with Mongoose. How can I achieve this?
The precise way to do this is it to use .project() cursor method with the new mongodb and nodejs driver.