Parameters for retrieving NFTs.
type GetNFTsParams = { count?: number; includeOwners?: boolean; start?: number;};