#nullable enable using ErsatzTV.Core.Domain; namespace ErsatzTV.Core.Api.MediaSources; public record MediaSourceLibraryResponseModel( int Id, string Name, LibraryMediaKind MediaKind, DateTime? LastScan, int ItemCount);