$obj->Method()->{key}->[1]; # One element. $obj->Method()->{key}->@[1,2]; # Two elements.