In kotlin exposed, is there a way to get just the ...
# getting-started
p
In kotlin exposed, is there a way to get just the id from a lazily loaded relation? Just accessing it to get the id (which is on the main table and has already been fetched from the db) seems to trigger fetching the whole object.
k
#exposed