public function count() : int { if (!\is_int($count = $this->count)) { $this->count = $count(); } return $this->count; }