namespace SharepointToolbox.Core.Models; public record StorageScanOptions( bool PerLibrary = true, bool IncludeSubsites = false, int FolderDepth = 0 // 0 = library root only; >0 = recurse N levels );