hasMany(Album::class); } public function externalService() { return $this->belongsTo(ExternalService::class); } }