Example: ```python ahu_feeds_vav = ConnectionConstraint(BRICK["AHU"], BRICK["feeds"], BRICK["VAV"]) shape_collection.add_graph(CountConstraint(ahu_feeds_vav, 5)) shape_collection.add_graph(CountConstraint(BRICK["VAV"], 5)) ```