using ErsatzTV.Core; namespace ErsatzTV.Application.MediaCollections; public record AddItemsToCollection( int CollectionId, List MovieIds, List ShowIds, List SeasonIds, List EpisodeIds, List ArtistIds, List MusicVideoIds, List OtherVideoIds, List SongIds, List ImageIds) : IRequest>;