namespace LiteCharms.Features.MidrandBooks.Seed.Configuration; public class CdnSettings { public string? BaseCdn { get; set; } public string[]? BookCovers { get; set; } public string[]? Authors { get; set; } public string[]? AuthorThumbnails { get; set; } public string[]? BookThumbnails { get; set; } }