Responses

Parent namespace: Commissiestrijd

Classes

TypeDescription
PageResponse<T>Represents a paginated response for a collection of items. This class is used to encapsulate a list of items along with pagination information, including the total number of pages based on the specified page size. The PageAmount property indicates how many pages of items are available, and the Items property contains the actual list of items for the current page.