Created
February 27, 2018 05:47
-
-
Save skomarfaruque/6a04ebf7a781dffcc414649444fb0ca3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.populate([ | |
{path: 'user', select: 'first_name last_name profile_photo'}, | |
{path: 'commentId', populate: {path: 'commentBy', select: 'first_name last_name profile_photo'}} | |
]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment