Skip to content

The Tag Object

The following object represents a tag.

  • name string

    The complete name provided for the tag

  • taggings_count number

    How many times this tag has been assigned to a story

Example Object
{
"name": "Editor's Choice",
"taggings_count": 11
}