total(array_values(array_filter( $entries, static fn ($entry): bool => is_array($entry) && (($entry['counts_toward_sla'] ?? true) === true) ))); } }