Sum array length of subdocuments in mongoDB

前端 未结 0 1937
难免孤独
难免孤独 2020-12-03 19:31

I have a model like this :

const CarSchema = new Schema({
       name: String,
       components: [{
                   subComponents: [{
                             


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