<@U0CD02F9P> so I got that down (sorry for the del...
# getting-started
a
@kevinmost so I got that down (sorry for the delay, was stuck with something else) to:
Copy code
val indexToAliasMappingType = object: TypeToken<LinkedTreeMap<String, Map<String, Map<*, *>>>>() {}.type
        val indexToAliasMappings: LinkedTreeMap<String, Map<String, Map<*, *>>> = Gson().fromJson(
                response.jsonString, indexToAliasMappingType
        )