`statusHistory.groupBy { it.type }.mapValues { sub...
# announcements
m
statusHistory.groupBy { it.type }.mapValues { sublist -> sublist.sortedBy { it.created } }
then