Process Flow - Collection functions (length, flatten, merge)
Start with collections
Apply length()
Apply flatten()
Apply merge()
Get final result
Start with collections, then use length() to count items, flatten() to make nested lists flat, and merge() to combine maps.