namespace ErsatzTV.Application.Television
{
public record TelevisionShowViewModel(string Title, string Year, string Plot, string Poster);
}