factory PageInfo.fromJson(Map<String, dynamic> json) => PageInfo( totalResults: json['totalResults'] as int?, resultsPerPage: json['resultsPerPage'] as int?, );