In SQLalchemy I understand you can order by a column\'s values, but how can you order by the name (or reference)?
For example
class Users(db.Model):