This release removes the `is_clear` field from the `BaseStatusModel`, which `Check` and `Report` inherit.
It is replaced by a computed property which checks the `result` for the `Result.CLEAR` and returns as a `bool`.
This is a data change, it now returns `True/False` whereas before it returned `True/False/None`.