$this->id, "title" => $this->title, "url" => $this->url, "type" => $this->type, "thumbnail" => $this->getFileFullUrl($this->thumbnail), "created_at" => $this->created_at, "category" => new VideoCategoryResource($this->videoCategory) ]; } }