In SQLAlchemy one can select columns to be loaded on the main class as follows:
session.query(MyClass.name, MyClass.job).all()
What is the re