Map<String, dynamic> toMap() { return { 'currentPage': currentPage, 'totalPages': totalPages, 'totalRecords': totalRecords, 'perPage': perPage }; }