I wrote the network layer of my Pokedex app, and then I sat there staring at it, genuinely confused.

interface PokeApi {

@GET("pokemon")

suspend fun getPokemonList(

@Query("limit") limit: Int,