Skip to content

PaginationFilterResult

← Common DTO

A single facet: a filter value and the count of rows matching it (filter: 0 is the "all" bucket).

Поля

ПолеТипОбязательноеОписание
filterTFilterда
countnumberда

Пример

json
{
  "filter": "<TFilter>",
  "count": 0
}