namespace AIFotoONLUS.Core { public record ProcessingStats(int TotalFiles, int ProcessedFiles, double ImagesPerSecond); }