protected function getStats(): array { return array_merge([], ...array_map(fn($statInstance) => $statInstance->getStats(), $this->statsInstances)); }