Expenses on v2 API (numbers come back as strings)

Hey,

I also spotted on the expenses JSON response, what I would have
expected to come back as numbers, come back as strings.

for example,

    "gross_value":"-5.9",

and not

    "gross_value":-5.9,

Not really a problem but thought I’d mention it in case it was a
mistake.

Cheers