getProject()['$id']; } protected function callGet(string $path, array $query = []): array { return $this->client->call(Client::METHOD_GET, $path, \array_merge([ 'content-type' => 'application/json', 'x-appwrite-project' => $this->getProjectId(), ], $this->getHeaders()), $query); } }