I want to implement the following mongo query in oatpp
db.dashboard.aggregate([ {$sort:{blocks:-1}}, {$limit: 10} ]);
and I have the followin