Hey, > <f:if condition="{f:count(subject:'{items}')} > 10"> I'd suggest {f:count(subject:items)} - you can leave out the extra '{}', as this is like in the array syntax. and you can leave the "then"-part if you dont have an else part. Greets, Sebastian