$this->id, "name" => $this->name, "slug" => $this->slug, "link" => url(route('topics.show', $this->slug)) ]; } }