filterLazyResponse
Last updated
Response for lazy-loaded filter data with pagination.
type FilterLazyResponse {
total: Int
totalFiltered: Int
filters: [FilterLazy]
}total Int
Total number of items available
totalFiltered Int
Total number of items after applying filters
Last updated
