{(pagecount)} is actually not well named, as it counts any list of
items where the items are separated by comma.
'listcount' may be a better name.
And we could expand the options to add a sep= parameter for
specifying any other item separator.
~Hans