Counts¶ Returns an association mapping each element to its number of occurrences. $ wo 'Counts[{a, b, a, c, b, a}]' <|a -> 3, b -> 2, c -> 1|>