Consider the below condensed flask-sqlalchemy model.
I want to find models that match the API key, but the key is being hashed.
class User(db.Model, Us