namespace ErsatzTV.Application.MediaCollections;
public record PlaylistGroupViewModel(int Id, string Name, int PlaylistCount);