SELECT count(distinct name) FROM claimables LEFT JOIN claims ON claimables.name = claims.val AND claimables.typ = claims.claim_type WHERE claims.val IS NULL AND claimables.typ = 'area' AND claimables.name LIKE '%bay%';