Status: IN
`BloomFilter.__len__` counts total `add()` calls, not distinct items — adding the same item twice yields `len() == 2`, unlike `CountingBloomFilter` which has the same property tracked separately
Source: entries/2026/05/29/bloom-filter-test_bloom_filter.md