Skip to main content

LibraryMetricsDto

Metrics for a single library

book_countinteger<int64>required

Number of books in this library

Example: 1200
idstring<uuid>required

Library ID

Example: 550e8400-e29b-41d4-a716-446655440000
namestringrequired

Library name

Example: Comics
series_countinteger<int64>required

Number of series in this library

Example: 45
total_sizeinteger<int64>required

Total size of books in bytes (approx. 15GB)

Example: 15728640000
LibraryMetricsDto
{
"book_count": 1200,
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Comics",
"series_count": 45,
"total_size": "15728640000"
}