namespace YaeBlog.Core.Models; public record struct ImageScanResult(List UnusedImages, List NotFoundImages);