static bool isValidTotalPages(int totalPages) { return totalPages > 0 && totalPages <= maxTotalPages; }