EncryptableImageSet: {
    __typename: "EncryptableImageSet";
    medium: Image | null;
    optimized: Image | null;
    raw: EncryptableImage;
    small: Image | null;
}

Type declaration