getCatalogItems
open suspend fun getCatalogItems(catalog: ProviderCatalog, page: Int = 1): SearchResponseData<FilmSearchItem>
Obtains a list of Film items from the provider's catalogs.
Return
A list of FilmSearchItem objects representing the films in the catalog. By default, returns an empty list.
Parameters
catalog
The ProviderCatalog to load.
page
The page number for paginated results. Defaults to 1.