Loading
Fix `Response` not appending trailing slash to collections (#130)
* Fix empty filterIsInstance in Ktor and OkHttp responses - Change `map` to `flatMap` for properties in both Ktor and OkHttp response handling - Ensure `filterIsInstance<ResourceType>` works correctly by flattening the properties list * Fix tests