Foreign Key as int
hello your library is great. But it has one big drawback - the output of external keys for get requests. It is very inconvenient when in post requests you can send an int and receive a dict. is it possible to add the field <field_id> next to your key as in SqlAlchemy so that the request and responses are the same.
I can output <field_id> in get requests, but I cannot send them to the post ... How to form forms on the front is not clear.
