Need to modify how relationships are called to act more like old Orator or Laravel's Eloquent ```python user = User.find(1) user.relationship().where("column", "value").get() ``` Also need to simplify the relationship logic