can anyone tell me what template conditional variable i can use that will tell the total number of images in a particular category. I want to make a conditional statement that looks like this:
<if condition="$total_number_this_category >= 10">
Do Something...
</if>