the constructor which accepts two int
PaginationData({ required this.perPage, required this.totalPages, // this.nextPageUrl, });