public function getAll()
 {
     return Score::limit(200)->with(['translations'])->get();
 }