namespace ErsatzTV.Core.Api.SmartCollections; public record SmartCollectionResponseModel(int Id, string Name, string Query);