buunguyen / mongoose-deep-populate

Mongoose plugin to enable deep population of nested models ⛺
MIT License
469 stars 44 forks source link

How about id virtual getter? #67

Open pavch opened 5 years ago

pavch commented 5 years ago

Hello, First, thank you for the plugin! Keep it up :)

Just a question/proposition :

Mongoose assigns each of your schemas an id virtual getter by default which returns the documents _id field cast to a string, or in the case of ObjectIds, its hexString.

Is it possible to add this functionality also for the deep populate?