1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"high": {
"allTime": 11,
"day": 0,
"month": 7,
"week": 0
},
"days": [
{
"_id": "2021/1/28",
"combo": 8,
"errors": 1,
"highest": 1084,
"moves": 9,
"runs": 26,
"score": 4,
"time": 175
},
{
"_id": "2021/1/27",
"combo": 14,
"errors": 1,
"highest": 1095,
"moves": 15,
"runs": 15,
"score": 7,
"time": 23
},
{
"_id": "2021/1/22",
"combo": 14,
"errors": 1,
"highest": 1095,
"moves": 15,
"runs": 15,
"score": 3,
"time": 23
}
]
}