Skip to main content

AlphabeticalGroupDto

Alphabetical group with count

Represents a group of series starting with a specific letter/character along with the count of series in that group.

countinteger<int64>required

Number of series starting with this character

Example: 20
groupstringrequired

The first character (lowercase letter, digit, or special character)

Example: a
AlphabeticalGroupDto
{
"count": 20,
"group": "a"
}