/// <summary> /// Retrieves the credits for this company /// </summary> /// <param name="page">The request page of the search results, giving 0 will give all results.</param> /// <returns>A page of credits</returns> public async Task <SearchResult <MovieSummary> > CreditsAsync(int page = 1) { return(await TheMovieDb.GetCompanyCreditsAsync(Id, page)); }