'boolean', ]; public function image() { return $this->getFirstMedia('image'); } public function imageUrl() { return $this->image() ? $this->image()->getUrl() : null; } }