Hey is there any way to use JsonViews with ktor (e.g. Spring Boot has the
MappingJacksonValue
class that I can return where I can specify the current view to use) or what is the recommended ktor way of limiting data that is returned based on the user that is requesting the data?