You could do something like this: data class Wrapper<T>(val items: List<T>). Then your Retrofit interface would look like: @GET(".
確定! 回上一頁