The Tag Object
The following object represents a tag.
Properties
-
name
stringThe complete name provided for the tag
-
taggings_count
numberHow many times this tag has been assigned to a story
Example Object
{
"name": "Editor's Choice",
"taggings_count": 11
}