when I am using sqlalchemy to execute a query in PostgreSQL 13 like this in Python3:
def count(self, guid, title): article = Article( guid=guid