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:
20groupstringrequired
The first character (lowercase letter, digit, or special character)
Example:
aAlphabeticalGroupDto
{
"count": 20,
"group": "a"
}