Hi @Estel,
It looks like the Page Load > Fire Event interaction that you’re using to trigger those filters is firing the .visibleItemCount too quickly. The elements of the repeater are seen first before they are filtered in this instance.
As a workaround for this, you can add a “Wait” action and it should resolve the issue

Hope that helps!