The `Member.update` method calls `self.__parent__.update(data, target=self)` This only works if the parent is not another member.
The
Member.updatemethod callsself.__parent__.update(data, target=self)This only works if the parent is not another member.