'boolean']; public function videos(): HasMany { return $this->hasMany(VideoGallery::class, 'video_album_id'); } }