factory Paged.fromJson(Map<String, dynamic> json, T Function(Object? json) fromJsonT) => _$PagedFromJson<T>(json, fromJsonT);