namespace ErsatzTV.Application.Search; public record SearchResultAllItemsViewModel( List MovieIds, List ShowIds, List SeasonIds, List EpisodeIds, List ArtistIds, List MusicVideoIds, List OtherVideoIds, List SongIds);