belongsTo('App\User'); } public function playlist() { return $this->belongsTo('App\Playlist'); } }