Aggregation
Complex data analysis using MongoDB aggregation pipelines
📄️ Aggregation Query
Perform complex data analysis using MongoDB native aggregation pipelines. Supported stages include: `$match`, `$group`, `$project`, `$sort`, `$limit`, `$skip`, `$unwind`, `$lookup` (admin permissions only), `$addFields`, `$count`, `$sample`, `$bucket`, `$bucketAuto`, `$geoNear`, `$replaceRoot`, `$sortByCount`.