namespace SharepointToolbox.Core.Models; public record DuplicateScanOptions( string Mode = "Files", // "Files" or "Folders" bool MatchSize = true, bool MatchCreated = false, bool MatchModified = false, bool MatchSubfolderCount = false, bool MatchFileCount = false, bool IncludeSubsites = false, string? Library = null );