belongsTo(Opus::class, 'opus_id'); } public function viewer(){ return $this->belongsTo(Viewer::class); } }