sites = (
        db.session.query(func.count(Site.id))
        .filter(Site.protein_id == Protein.id)