belongsTo('App\Models\AnidbTitle', 'anidbid'); } public function episode() { return $this->belongsTo('App\Models\AnidbEpisode', 'anidbid'); } }