User Activity

I have an array which look like this below. I can manage to remove the 1st level of fields using except formula.users[0].except(:two_factor_auth_enabled,:signature).I am trying to remove the nested object field using the below formula.users[0].except...