How to read write Decimal128 data type field in mongo using parse?

I have some table fields in NumberDecimal format. When I am going to fetch data through query it gives an error.
TypeError: Cannot read property ‘type’ of undefined
at /Users/jeevanghule/Documents/nft-art/git-project/nft-backend-serv/node_modules/parse-server/lib/Adapters/Storage/Mongo/MongoTransform.js:1477:108

Did you insert this data using Parse?

No, We have an existing database and we are now shifting to Parse.

I’m not sure that Parse Server will be able to handle this existing type of data since it does not implement any field type that converts to Decimal128. You will probably have to transform it to another “Parse field type”.