Hi, is there a way to to execlude a field when pul...
# orm-help
i
Hi, is there a way to to execlude a field when pulling data. I like to hide the password
n
Hey Ignace 👋 thanks for raising this, I see that you’ve already commented on the feature request which is really helpful for our Product and Engineering teams to prioritize this! In the meantime, while it’s not the perfect solution, you can use
select
to retrieve all fields except for the password from the DB — unfortunately there’s not really a more elegant way to achieve this at the moment 😐