mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add stats to artist and album endpoints
return artist albums and other versions
This commit is contained in:
@@ -80,6 +80,7 @@ class AlbumLimitSchema(BaseModel):
|
||||
description="The number of albums to return",
|
||||
example=Defaults.API_CARD_LIMIT,
|
||||
default=Defaults.API_CARD_LIMIT,
|
||||
alias="albumlimit",
|
||||
)
|
||||
|
||||
|
||||
@@ -92,4 +93,5 @@ class ArtistLimitSchema(BaseModel):
|
||||
description="The number of artists to return",
|
||||
example=Defaults.API_CARD_LIMIT,
|
||||
default=Defaults.API_CARD_LIMIT,
|
||||
alias="artistlimit",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user