mongoose .find() method returns object with unwanted properties
问题 so, I've been working with mongoose for some time and I found some really weird stuff going on. It would be great if someone could enlighten me. The thing is, when using the .find() method of mongoose, the object I get as response is full of properties I don't know where It came from (I'm guessing they are built-in properties, but whatever) and I want to iterate only through the properties I .select(). Got it? No? ok... explaining better: I have my schema and model declared: var mySchema =