apiKey = $apiKey; $this->idsModel = new Ids($apiKey); $this->query = new Query($apiKey); } public function getAllCountries(): array { return $this->getGrid(); } }