Mongodb – fetch elements from 3x nested array avoiding $unwind
I have the following document type: { "_id": 1, "_a": [ { "_aId": { "CC": "CA" }, "_p": [ { "_pId": { "CC": "CA", "SN": 1 }, "s": { "c": { "t": [ { "sId": 1, "language": "CA", "format": "A4"…