Sometimes you want an ID, sometimes you don't. We should be able to use a dictionary to specify when: ```python use_id = {"nat": True, "hh_deprivation": False} ```