info('Starting file reconciliation...'); $stats = $action->execute( disk: $this->option('disk'), directory: $this->option('directory') ); $this->info('Reconciliation complete.'); $this->line("- DB Orphans Removed: {$stats['db_orphans_removed']}"); $this->line("- Disk Stranded Files Removed: {$stats['disk_orphans_removed']}"); return Command::SUCCESS; } }