```
[
  {"id": 1, "username": "john_doe", "active": true, "score": 100},
  {"id": 2, "username": "jane_doe", "active": false, "score": 50},
  {"id": 3, "username": "jason_bourne", "active": true, "score": 200},
  {"id": 4, "username": "johnny_depp", "active": false, "score": 80},
  {"id": 5, "username": "jack_spivey", "active": true, "score": 300},
  {"id": 6, "username": "jenkins", "active": false, "score": 40},
  {"id": 7, "username": "john_smith", "active": true, "score": 120},
  {"id": 8, "username": "janie_smith", "active": false, "score": 70},
  {"id": 9, "username": "jason_statham", "active": true, "score": 250},
  {"id": 10, "username": "james_bond", "active": true, "score": 180}
]
```