url = $url; } public function collection(string $collection): Collection { return new Collection($this->url ,$collection); } }