namespace ErsatzTV.Application.MediaCollections;
public record GetAllSmartCollections : IRequest<List<SmartCollectionViewModel>>;