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