Arrays with Integer and Double values coming as Strings: How to force them to always be Double in MongoDB?

Hello MongoTeam,

I’m having problems with the MongoDB Atlas Source Connector because, in the same array field, the value is inserted both as an integer and as a double, which causes the connector to return it as a string. Additionally, I’ve encountered cases where, in an array of objects, one field of an object is an integer, and in another object in that array, the field is a double, which also results in it being transformed into a string too.
Do you know of any way to force it to always be a double in this case?

Thank you!