NftCollectionsReportEventDetails: {
    __typename?: "NftCollectionsReportEventDetails";
    collections: NftCollectionStats[];
    providerName: Scalars["String"]["output"];
    sourceLink: Scalars["String"]["output"];
    type: NftCollectionsReportType;
}