Skip to main content

LibraryMetricsDto

Metrics for a single library

bookCountinteger<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
seriesCountinteger<int64>required

Number of series in this library

Example: 45
totalSizeinteger<int64>required

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

Example: 15728640000
LibraryMetricsDto
{
"bookCount": 1200,
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Comics",
"seriesCount": 45,
"totalSize": "15728640000"
}