filter by relationship sqlalchemy code example Example: sqlalchemy filter by relationship patients = Patient.query.filter(Patient.mother.has(phenoscore=10))