so.. aout making ktor-client and kotlinx-serialization support lists, sets, arrays etc.. apparently you can construct those serializers easily, but when calling get<List<Something>> the type will be erased anyway..
but i also do not want to add overloads for list, array, set for every function?
i hope i am overlooking some simpler solution that you can shove my nose into 😛