---
title: The Tag Object
description: A tag object represents a tag used in a space.
url: https://storyblok.com/docs/api/content-delivery/v2/tags/the-tag-object
---

# The Tag Object

The following object represents a tag.

## Properties

-   `name` (string)
    
    The tag name
    
-   `taggings_count` (number)
    
    The number of stories the tag has been assigned to
    

Example Object

```json
{
  "name": "Editor's Choice",
  "taggings_count": 11
}
```

## Pagination

-   [Previous: Retrieve Multiple Tags](/docs/api/content-delivery/v2/tags/retrieve-multiple-tags)
-   [Next: Get Signed URL](/docs/api/content-delivery/v2/assets/get-signed-url)
