I get data from other blocks if I call getErc20Mints with "fromBlock"

So, we have the following data:
address: 0xe4ee147bd87cbfc7c559bf4eb9ec771cf429cb48
chain: goerli
triggeredBlock: 9413747

As you can see, I put “fromBlock”: 9413747, but I got the item with “block_number”: “9442917”…
But I also received the item with “block_number”: “9413747”

https://docs.moralis.io/web3-data-api/evm/reference/get-erc20-mints

can you explain what is the issue?
if you add “fromBlock”: 9413747 you will receive data from this block to the latest block

Mmm, okay.
I understand “fromBlock” as I get data ONLY from the specified block.
I think it’s more logical.