Hi, I'm going to try to search for a contact by email using the latest version (3.0) of the Intercom java client: `this.intercomClient.contacts().search( SearchRequest.builder() .query(query) .build());` But I always get the following exception: `com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `java.lang.Integer` from String "2025-06-25T10:57:57Z": not a valid `java.lang.Integer` value` Looks like that the error is thrown, when trying to parse _android_last_seen_at_ Thanks for your help!