Database

[{"id":"61375acc1c7d0a1a6e6005f0","fullName":"Vishnu Mohan","email":"vishnu@gmail.com","password":"$2b$10$Yrs5H3mYrM8xLwWlek3K7uAs.EOLsXggj6wV7oSflPlPjo1ZkFem6","avatar":"https://avatars.dicebear.com/api/human/vishnu@gmail.com.svg","friendRequests":[],"friends":[],"posts":[{"_id":"613b725d68398c8f149db2e3","postContent":"post 1","medias":["media2.jpeg","media3.jpeg"],"createdAt":"2021-09-10T14:57:33.407+00:00","userId":"61375acc1c7d0a1a6e6005f0","authorName":"Vishnu Mohan","avatar":"https://avatars.dicebear.com/api/human/vishnu@gmail.com.svg","likes":[],"comments":[]},{"_id":"613b725d68398c8fasdfgasdf","postContent":"post 2","medias":["media3.jpeg","media4.jpeg"],"createdAt":"2021-09-10T14:57:33.407+00:00","userId":"61375acc1c7d0a1a6e6005f0","authorName":"Vishnu Mohan","avatar":"https://avatars.dicebear.com/api/human/vishnu@gmail.com.svg","likes":[],"comments":[]}]}]

Query

db.collection.aggregate([{"$set":{"medias":{"$setUnion":[{"$reduce":{"input":"$posts","initialValue":[],"in":{"$concatArrays":["$$value","$$this.medias"]}}},[]]}}},])

Result