We have surveys configured to send webhooks to our application for loading the survey responses into tables. Why do the responses to the individual questions in the webhook not have the appropriate type? All numerical types are cast to string, and even null values are cast as string literal nulls. As a result, we have to have a lot of extra code to make up for the lack of type enforcement. Can SurveySparrow provide the correct types in the webhook body?