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