Several returned properties in an API call are using the wrong types. In particular many integers are being returned as a string. Or a boolean being returned as a string. In JavaScript it's not a big deal because JS will convert as needed, but it causes issues in typed languages.
These fixes will not be considered a breaking change because it's a bug fix.