我们在聚合或者字段名很长的时候我们就可以来使用别名
别名的使用方法 label :
result = pg_conn.query(GeographyAffiliation.location, func.sum(GeographyAffiliation.count).label("count")).filter( *filters).group_by(GeographyAffiliation.location).all()