Let\'s assume I have some api:
interface SomeApi { @GET("api/some") suspend fun getSome(): List }
And its c