Specific token not returning attributes

Using the code straight from the “how to get marketcap post” I am able to successfully retrieve attributes for BNB, but for another token “FOMO - ForeverFOMO” some data is returned (balance, symbol, name etc…) but ‘smartContract → attributes’ returns nothing. It’s a new token (a few days), and totalSupply appears correctly on bscscan.

Is there a reason why bitquery won’t return attributes for specific tokens?

{
  ethereum(network: bsc) {
    address(address: {is: "0x95637d4fbe7153dcc3e26e71bde7a2d82621f083"}) {
      annotation
      address
      smartContract {
        contractType
        attributes {
          name
          value
        }
        currency {
          symbol
          name
          decimals
          tokenType
        }
      }
      balance
    }
  }
}

The data is not available with Bitquery at the present moment for this particular token address

No worries.

Is it a bug with bitquery or something about the token itself?

I guess when searched on

the smart contract attributes seems to be present.

Yes. So it’s a bitquery bug, yes?
(This is the 3rd time I’ve asked this question, so perhaps someone else could give it a look?)

This has not been resolved and shouldn’t have been closed.

Yes, it is a problem with Bitquery