📄️ aggregate()Use this when you want to perform statistical calculations such as averages and maximum values.📄️ count()Use this when you want to get the number of matching records.📄️ groupBy()Use this when you want to group data.
📄️ aggregate()Use this when you want to perform statistical calculations such as averages and maximum values.