LibraryMetricsDto
Metrics for a single library
bookCountinteger<int64>required
Number of books in this library
Example:
1200idstring<uuid>required
Library ID
Example:
550e8400-e29b-41d4-a716-446655440000namestringrequired
Library name
Example:
ComicsseriesCountinteger<int64>required
Number of series in this library
Example:
45totalSizeinteger<int64>required
Total size of books in bytes (approx. 15GB)
Example:
15728640000LibraryMetricsDto
{
"bookCount": 1200,
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Comics",
"seriesCount": 45,
"totalSize": "15728640000"
}