Challenge ID: 31b4b510-0b0a-42a8-a1b2-dec8e026ccc2 In v5, the prize is coming back as `20` In v6 the prize is coming back as `0.2` In the v6 database, the actual prize is correct (20):  v6 data: ``` "prizes": [ { "type": "USD", "description": null, "value": 0.2 } ] ```