How To Count Values Inside Deeply Nested Array Of Objects in Mongodb Aggregation
I want to sum of values inside array of objects which have another array of objects. In my case; how can I count 'url' values in all documents inside 'urls' array under 'iocs' array; Mongo playground: open Here is document…