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