feat: add amount of episodes

This commit is contained in:
2026-05-05 13:41:36 +02:00
parent 8f5c797459
commit 6d6446f73c
3 changed files with 29 additions and 2 deletions

View File

@@ -303,7 +303,8 @@ type SearchResponse struct {
}
type Pagination struct {
HasNextPage bool `json:"has_next_page"`
LastVisiblePage int `json:"last_visible_page"`
HasNextPage bool `json:"has_next_page"`
}
type TopAnimeResponse struct {