using System.Collections.Generic; namespace Jellyfin.Plugin.MediaCleaner.Models; public record EpisodeIdLists(IReadOnlyList EpisodeIds, IReadOnlyList EpisodeFileIds);