PaginatedPagesCursorNext.fromJson(Map<String, dynamic> json) : this( page: json['page'] as int, startingAfter: json['starting_after'] as String?, );