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