NftImage: {
    __typename: "NftImage";
    collection: NetworkAddress;
    image: ProfilePictureSet;
    tokenId: string;
    verified: boolean;
}

Type declaration