public function getById($id)
 {
     $score = Score::with(['translations'])->find($id);
     return $score;
 }