Updated version - v1/count-list-items

is there also an updated version of count-list-items

Hey @dennis!

Based on our research, the count-list-items attribute is only available in Attributes v1 (Legacy) with no direct standalone equivalent in v2.

However, you can find similar counting functionality integrated within other v2 attributes:

  • List Filter v2 includes fs-list-element="results-count" to show filtered results count
  • List Load v2 offers multiple counting options like fs-list-element="items-count" for total collection items, fs-list-element="visible-count" for currently visible items, and range display options

Just remember that Attributes v1 and v2 can’t be used on the same page as they’re incompatible, so you’ll need to choose one version for your entire project.

If you need help implementing any of these solutions, @Support-Luis or @Support-Pedro can assist you further.

The thing is that i want to show the number of items in my nested list. and that does not seem to work, is that correct?

Hey @dennis! Could you share a read-only link? I’ll have a look at the setup and see the best approach for this :wink:

hi there, sorry for the delay, had a lot of work to do.

so you can see, each brand says, “4 compatible models”. that should become dynamic on the number of items int he nested list when filtered.

Required: Please provide a staging/production URL where we can see the issue