The PageUtils class provides utility functions for handling pagination operations.
PageUtils
Calculates the number of pages based on the total size and page size.
Returns a paged sublist of the given list.
Validates the page and size parameters for pagination.