This property is the number of tags, irrespective of tag group, that the item has.
Type of Data Returned
This function will return the number of tags an item has.
Examples
A way to see how many tags an item has with its like counts
tagcount+likecount
Separating items into “many” or “few” based upon the number of tags they have
IF(tagcount>20, “many”, “few”)