`int64` is being handled as an Elm `Int`, which is unsafe. It should be `String` or some `BigInt` type.
int64is being handled as an ElmInt, which is unsafe. It should beStringor someBigInttype.