PageResponse(int? code, String? message, {this.totalItems, this.totalPages, this.hasMore, this.nextPage}) : super(code, message);