response = '{}'; $this->url = $url; $this->users = []; } public function users() { return new UsersCollection($this->url, 'records'); } public function collection(string $collection) { return new Collection($this->url ,$collection); } }