How to get object in deeply nested array in mongoose using nodes

前端 未结 0 815
暖寄归人
暖寄归人 2021-01-13 13:55

In my collection of users I have the following

{
  _id: ObjectId(\'whatever user id\'),
  movies: [
    {
      _id: ObjectId(\'whatever id of this movie\'),
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题