``` x.data.data ``` will release x, when it is just accessing a field. ``` x.data ``` works correctly atm, but further nesting becomes an issue.
will release x, when it is just accessing a field.
works correctly atm, but further nesting becomes an issue.