public function getVideoUrlAttribute(): ?string
    {
        if ($this->attributes['video_path'] ?? null) {
            $path = trim(trim($this->attributes['video_path'], '/'));
            if ($path) {