Introduction
Grouping objects helps organize data by shared properties. It makes it easier to see categories and count items in each group.
You want to count how many files have the same extension in a folder.
You need to organize a list of users by their department.
You want to group services by their status to check which are running or stopped.
You want to summarize sales data by product category.