I'm trying to learn the ORM package. From the documentation I understand that I can use find(PK) to get the whole row but I can't work out how to limit what fields I return. For instance, I have a password_hash field which I don't ever want returned from the DB, how would I achieve this?