I have a mongodb collection like image below, and I want to perform operations like sort, shift, limit .etc within the array circled by red. Mongodb support these operations by its shell script although it's an embedded document. How can I implement this in phalcon ? Or is there any way I can execute Mongo scripts in phalcon? Thanks sincerely!