Database

[{_id:"609bc87890b1690154599098",agentid:"6097f55c3946ec2974110929",supporttype:"609a44016cab302ab051a154",supportnumber:3500,conversationtracking:[{_id:"60af1f2946c5c029d42e74ab",agentid:"6097f55c3946ec2974110929",conversationtext:"We collect anonymous data from every visitor of the Website to monitor...",conversationstage:"609a2ce785e24c2bfc7d9412",conversationdate:"2021-05-21T04:25:00.000+00:00",},{_id:"60af1f1b46c5c029d42e74aa",agentid:"6097f55c3946ec2974110929",conversationtext:"At design, we use the Privacy by Design approach. This means that we ...",conversationstage:"609a2cda85e24c2bfc7d9411",conversationdate:"2021-05-19T04:24:42.000+00:00",},{_id:"60af1f0946c5c029d42e74a9",agentid:"6097f55c3946ec2974110929",conversationtext:"The following Terms of Use govern your use and access of the Website (...",conversationstage:"609a2ca7b458572498a0330e",conversationdate:"2021-05-17T04:24:31.000+00:00",createdAt:"2021-05-12T12:22:16.854+00:00",updatedAt:"2021-05-27T04:25:13.975+00:00",__v:0}]},{_id:"609bc727362e4c2024866945",agentid:"6097f55c3946ec2974110929",supporttype:"609a44016cab302ab051a154",supportnumber:3500,conversationtracking:[{_id:"609b9c9873801c04e4252be4",agentid:"6097f55c3946ec2974110929",conversationtext:"We collect anonymous data from every visitor of the Website to monitor...",conversationstage:"609a2ce785e24c2bfc7d9412",conversationdate:"2021-05-21T04:25:00.000+00:00",},{_id:"60af1f6746c5c029d42e74ad",agentid:"6097f55c3946ec2974110929",conversationtext:"At Eezee, we use the Privacy by Design approach. This means that we ...",conversationstage:"609a2cda85e24c2bfc7d9411",conversationdate:"2021-05-19T04:24:42.000+00:00",},{_id:"60af1f4d46c5c029d42e74ac",agentid:"6097f55c3946ec2974110929",conversationtext:"The following Terms of Use govern your use and access of the Website (...",conversationstage:"609a2ca7b458572498a0330e",conversationdate:"2021-05-17T04:24:31.000+00:00",createdAt:"2021-05-12T12:22:16.854+00:00",updatedAt:"2021-05-27T04:25:13.975+00:00",__v:0}]}]

Query

db.collection.aggregate([{$match:{"conversationtracking.agentid":"6097f55c3946ec2974110929"}},{$project:{count:{$size:{$filter:{input:"$conversationtracking",cond:{$eq:["$$this.agentid","6097f55c3946ec2974110929"]}}}}}},{$group:{_id:null,count:{$sum:"$count"}}}])

Result