I don't know how to select the column value with its count in flask-sqlalchemy.
I've used SELECT browser, COUNT(browser) FROM visitor_stats GROUP BY browser; to get the browser name column with its count using group by in SQL, but I cannot transform it into flask-sqlalchemy function.