If you want to remove certain item you can do
Query.select("-password")
But if you want to remove certain items from populated items you have to do for eg: if you are populating from a field named userID
Query.populate(path:"userID", select:"-password")