Type Alias FiltersCount

type FiltersCount = {
    total?: number;
}
Index
total?: number

The total number of filters.