factory BatchDeleteResponse.fromJson(Map<String, dynamic> json) { return BatchDeleteResponse(deleted: json['deleted']); }