@override BatchItem fromJson(Map<String, dynamic> json) { return BatchItem.fromJson(translate(json, BatchItem.knownProps)); }