Class SearchAlbumsSpecialRequest

All Implemented Interfaces:
IRequest<Paging<AlbumSimplifiedSpecial>>

public class SearchAlbumsSpecialRequest extends AbstractDataRequest<Paging<AlbumSimplifiedSpecial>>
Get Spotify catalog information about albums that match a keyword string.

This class exists because it includes the property totalTracks, which is not documented in the official specification, although the albums object as returned by the searches API includes it.