## Steps to reproduce: 1. Create a class from JSON string by using the method `createFromJsonString` ## What should happen: 1. The return value is casted to the subclass. ## What happens: 1. The return value is casted to BunqModel. ## Logs - Logs `No logs` ## Extra info: - Tested on [0.12.3](https://github.com/bunq/sdk_python/releases/tag/0.12.3) ## Reference - bunq/sdk_php#73