Database

db={"Comments":[{"_id":ObjectId("5cb726937a7148376094d393"),"_class":"vzi.cpei.Comments","text":"first comment on money control","replies":[{"_id":"3cfef1cd-e0da-4883-86a4-17b223639087","text":"extract the traces","status":true},{"_id":"3cfef1cd-e0da-4883-86a4-17b153690087","text":"replied deiberate","status":false},{"_id":"3cfef1cd-e0da-4883-86a4-17b153139087","text":"Bgm","status":true}]}]}

Query

db.Comments.aggregate([{$match:{"_id":ObjectId("5cb726937a7148376094d393")}},{$project:{_class:1,replies:1,totalReplies:{$size:{"$filter":{input:"$replies.status",as:"status",cond:"$$status"}}}}}])

Result