0, 'total_patterns' => 0, 'by_severity' => [], 'by_service' => [], ]; } public function getActivePatterns(int $limit = 50, int $offset = 0): array { return []; } public function getRecentEvents(int $limit = 100, ?ErrorSeverity $severity = null): array { return []; } }