Database
[{"_id":{"$oid":"67d6dba348ee77f62b1527d3"},"job_code":"ACC","job_id":"73337","partners":[{"type":"Employee","user_id":"132152"},{"type":"Employee","user_id":"130947"},{"type":"Employee","user_id":"132059"},{"type":"Employee","user_id":"131235"},{"type":"Employee","user_id":"131973"},{"type":"Employee","user_id":"65335"},{"type":"Employee","user_id":"101032"},{"type":"Employee","user_id":"36598"},{"type":"Employee","user_id":"94676"},{"type":"Employee","user_id":"124424"}],"timestamp":{"$date":"2024-11-15T08:20:16.000Z"},"user_id":"132059"}]
Query
db.collection.aggregate([{$unwind:"$partners"},{$unset:"_id"}])