nodejs mongodb aggregation not working properly
I have this type of MongoDB collection { "uploaded_video": [ { "_id": "622a03e66d59f72b72358069", "user_id": "Ec3FNhk45Lh1xk92cO9eoXDiWEk2", "uploaded_video": { "_id": "622a0616242e5b2e65e8b3b4", "video_description": "test", "created_At": "2022-03-10T14:05:29.000Z", "recordedVideo": false, "thumbnailCreated": true }, "activityType": "uploaded_video" } ], "comment_video": [ { "_id": "622a03e66d59f72b72358069", "user_id": "Ec3FNhk45Lh1xk92cO9eoXDiWEk2", "comment_video":…