belongsTo(Video::class, 'videos_id'); } public function release(): HasMany { return $this->hasMany(Release::class, 'tv_episodes_id'); } }