Describe the bug
Some collections that were pre-indexed, does not calculate with the update of supply,
therefore
you have 7 items and one count
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that
select nft_count from collection_entity where id = ${id}
should be equal to
select count(*) as nft_count from nft_entity where collection_id = ${id}
Screenshots


Additional context
Add any other context about the problem here.