Denormalize a map of entities into a list
List<T> denormalize<T>(Map<String, T> normalized) { return normalized.values.toList(); }