namespace ErsatzTV.Application.MediaItems { public record MediaItemViewModel(int Id, int MediaSourceId, string Path); }