We need a property on communities to determine if they are verified or not. - Add new property ``status`` as an enum with values ``new``, ``moderated``, ``verified``. - Rename property ``is_verified`` to ``is_safelisted`` - change computed value to also be safelisted if the community is ``status=verified``