permintaan untuk menghitung jumlah baris dalam tabel di sqlalchemy

UserImage.query.filter(UserImage.user_id == 1).count()
Panicky Plover