package monstersirenfetch // AlbumsResponse is the response of /api/albums. type AlbumsResponse Response[AlbumsData] // AlbumsData is the type of [AlbumsResponse] data. type AlbumsData []Album