Skip to content

Instantly share code, notes, and snippets.

@Sk-OmarFaruque
Created February 27, 2018 05:47
Show Gist options
  • Save Sk-OmarFaruque/6a04ebf7a781dffcc414649444fb0ca3 to your computer and use it in GitHub Desktop.
Save Sk-OmarFaruque/6a04ebf7a781dffcc414649444fb0ca3 to your computer and use it in GitHub Desktop.
.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