I'm trying to deserialize a JSON result of a search API. The search API (and I have simplified here) has a main object with metadata about the search and then has a list of whatever the searched object is. I'm trying to achieve this using a list of generic objects I'm trying to deserialize a JSON result of a se