Represents a response containing tag usage counts
Tag Count is used to track how many times a tag is used.
TagCount
| Field | Type | Inherited from | Description |
|---|---|---|---|
| Count | Int32 | TagCount | Gets or sets the number of times the tag is used |
| Tag | String | TagCount | Gets or sets the tag name |
{
"Count" : "Int32",
"Tag" : "String"
}