is it possible to output the filter list as a number instead of a list?
Instead of e.g. 20 results as a list only the number 20.
<$list filter="[tag[Learning]count[]]" variable="count">
<$link to="HelloThere">
<<count>>
</$link>
</$list>