Getting around an array with multiple custom Data Classes from your API. The Problem When rewriting my company’s app I encountered an issue, which at first I thought would be a pain to resolve. The issue was I had a response from our API that gave me an array of objects, both of which had different yet similar properties. …