'int', ]; public function songs() { return $this->belongsToMany(Song::class); } public function user() { return $this->belongsTo(User::class); } }