Fix integer results
Created by: ehundt
The results metadata returned by the job details API will now return 'int' in case all values are integers. They used to be 'float64' which was the type automatically generated by geopandas. The frontend only displays filters of type "int" (plus "string"). Therefore the new remote model displays the filters as well.