option('limit'); $deleted = $cleanupService->cleanupStaleDrafts($limit); $this->info("Uploads cleanup deleted {$deleted} draft(s)."); return self::SUCCESS; } }