The counts change when an item is selected. Counts can be more, because there are multiple items. 20 items: type sw 10 db 5 repo 10 select sw, sw 10 db 2 repo 2 count will be 14, and items counts changed.
The counts change when an item is selected.
Counts can be more, because there are multiple items.
20 items:
type
sw 10
db 5
repo 10
select sw,
sw 10
db 2
repo 2
count will be 14, and items counts changed.