Versions in this module Expand all Collapse all v0 v0.2.19 Mar 17, 2026 Changes in this version + type PageRequest struct + Page int + PageSize int + SortBy []SortOrder + type PageResponse struct + Content []T + Page int + PageSize int + TotalElements int64 + TotalPages int + type SortDirection string + const ASC + const DESC + type SortOrder struct + Direction SortDirection + Field string