public function getHandledCount(?string $name = null) : int { return array_sum(array_map('count', $this->getData($name))); }