Mongo Aggregation Flat nested arrays

后端 未结 0 814
迷失自我
迷失自我 2021-02-05 08:18

I have this structure in Mongo:

[
  {
    ProjectId: 111,
    Billings: [
      {
        FieldA: 1
      },
      {
        FieldA: 2
      }
    ],
    Extras:          


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