I have some useful user macros to help me administrating our wiki.
I would like to get quickly the total size of users from the user store. I cant get a list of all users with that method:
$userAccessor.getUsers()
But how can I get the size of the list without looping it by foreach?