In https://github.com/webtoon/psd/blob/main/packages/psd/src/classes/Group.ts#L74 there is a `userMask` accessor on Group, but at runtime, I cannot access it. It's not in the `Group` type, but also not accessible after a to `any` cast.