query_options = [
        sa.orm.joinedload(models.Candidate.flags),
        sa.orm.subqueryload(models.Candidate.principal_committees),