Describe the bug
metaplexData.data.metadata.hasCreators returns false when there are creators
To Reproduce
fetch an NFT and try to check if it has creators with "metaplexData.data.metadata.hasCreators"
Expected behavior
should return true if has creators. Using "metaplexData.data.metadata.creators.count > 0" works