Posts by guiireal • 1 point
1 post
-
-1
votes2
answers1102
viewsQ: Return only some JSON fields in the request response (Nodejs + Mongoose)
I am with the following problem, I am trying to return only some fields like "name" and "email" of my JSON object, because it alone has 23 attributes exports.listarProfissionais = function(request,…