@override List<AlbumEntryModel> copyOf(List<AlbumEntryModel> ts) { return ts.map((t) => t).toList(); }