namespace SharepointToolbox.Web.Core.Models; public record StorageScanOptions( bool PerLibrary = true, bool IncludeSubsites = false, int FolderDepth = 0, bool IncludeHiddenLibraries = true, bool IncludePreservationHold = true, bool IncludeListAttachments = true, bool IncludeRecycleBin = true );