Generation document uses amountOfCardsForged that is also used for the card nft id for IMX marketplace.
Suppose we have a new generation every year which will start amountOfCardsForged at 0. This means a new collection needs to be started with a new metadata_url for the collection used for IMX.
Approach for now
Establish new generation document
Have a aggergation pipeline that will get the total of amountOfCardsForged that will keep increasing as id for each card.
Card generation will be distinguished by generation field in card metadata.
Generation document uses amountOfCardsForged that is also used for the card nft id for IMX marketplace. Suppose we have a new generation every year which will start amountOfCardsForged at 0. This means a new collection needs to be started with a new metadata_url for the collection used for IMX.
Approach for now