def test_dict_len(d: DictConfig, expected: Any) -> None:
    assert d.__len__() == expected