belongsTo(Viewer::class); } public function ballot(){ return $this->hasMany(Ballot::class, 'opus_id'); } }