factory PagedResult.fromJson(Map<String, dynamic> json) { return PagedResult(total: json['total'] as int?); }