belongsTo(Episode::class); } /** * Belongs To A Playlist. */ public function playlist(): BelongsTo { return $this->belongsTo(Playlist::class); } }