namespace ErsatzTV.Application.MediaCollections;
public record GetAllPlaylistGroups : IRequest<List<PlaylistGroupViewModel>>;