``` data class UserId(val id: String) ... val body...
# http4k
n
Copy code
data class UserId(val id: String)
...
val bodyLens = Body.auto<List<UserId>>().toLens()
I don’t see a
.map
that I can call on the lens