Say I have a list ``` [{"foo" : "bar"}, {"foo: "bar2"}, {"foo" : "bar"},{"random":"1"}] ``` Is there a way of asserting that the list contains exactly 2 occurrences of {"foo":"bar"} Can't seem to find anything in the docs.