onflow / nft-catalog

https://www.flow-nft-catalog.com/
The Unlicense
36 stars 13 forks source link

Get the collections a user has and how many items are in them #25

Closed bjartek closed 2 years ago

bjartek commented 2 years ago

One very common pattern is to list all the collection a user has and just the number of items. You cannot fetch all the metadata for this as it will blow the complexity limit. Can we provide an example of this?