Iterable<Highlight> highlightsInGroup(int group) { return highlights!.where((h) => h.group == group); }