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