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