Hi @Ajay_Pillay
Well, if I understood your questions, this work for me:
first I created the document

and use the next MQL:
db.product.find({ “_id”:“some_id”, “array1._id”:“level_1_id”},{"_id":0, “array1.array2”:{"$slice": 1 } } ).pretty()
Hi @Ajay_Pillay
Well, if I understood your questions, this work for me:
first I created the document

and use the next MQL:
db.product.find({ “_id”:“some_id”, “array1._id”:“level_1_id”},{"_id":0, “array1.array2”:{"$slice": 1 } } ).pretty()