PaginationFilter
Поля
| Поле | Тип | Обязательное | Описание |
|---|---|---|---|
available | TFilter[] | да | The value universe the counts are computed over. Leave it out to get no counts. |
selected | TFilter[] | null | нет | The selection. Absent or empty means every value, so no condition is applied — there is no sentinel for "all". A zero value in the list selects that value like any other. An empty array cannot be expressed in a query string and is sent as "absent", which means the same thing here. |
Пример
json
{
"available": [],
"selected": []
}