We found that some fields are a 64 bit integer instead of a floating point. Is this a mistake? We're still in the process of mapping fields, so we have not gotten to view actual data yet. For example Payments has a field amount and also Orders has a field total. Both of these are a "long". In JAVA it's mapped as a java.lang.Long. What are we missing here? Is it just a mistake?