'array', 'focal_x' => 'float', 'focal_y' => 'float', ]; protected $appends = ['url']; public function getUrlAttribute() { return asset('storage/' . $this->path); } }