mtgjson / mtgjson-website

MTGJSON Documentation Front-End Application built with VitePress
https://mtgjson.com
MIT License
36 stars 24 forks source link

totalSetSize for ZNR doesn't match count of cards in set ZNR #552

Closed zqft9001 closed 2 years ago

zqft9001 commented 2 years ago

Version(s) tested against

MTGJSON 5.2.0+20220330

Description of Bug

totalSetSize for ZNR is 445, but a search for every card with ZNR set code gets 448 results. Per description of totalSetSize, these two numbers should match.

ZeldaZach commented 2 years ago

With the addition of Rebalanced/Alchemy cards, we went back and placed those cards within the set the card existed in. Since these aren't really "new" cards, we chose not to change totalSetSize, but still add these entities to the dict. I can see how this might be confusing, and should be clarified in our documentation better.