`Mytable.select { ... }.limit(a, b).map { // your ...
# exposed
d
Mytable.select { ... }.limit(a, b).map { // your data class loaded here }.firstOrNull()
👍 1