ReleaseSeriesFacetDto
One series option in the inbox facets response. Carries the joined
library_id and library_name so the frontend can group the dropdown
by library without a follow-up call.
countinteger<int64>required
Number of ledger rows matching the active filter for this series.
Possible values: >= 0
libraryIdstring<uuid>required
libraryNamestringrequired
seriesIdstring<uuid>required
seriesTitlestringrequired
ReleaseSeriesFacetDto
{
"count": 0,
"libraryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"libraryName": "string",
"seriesId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"seriesTitle": "string"
}