Web3 / NFT API issues

Hi I am using the Moralis Web3 API. There seem to be issues with 3 testnets with the SearchNFTs endpoint where goerli, kovan, and 0x61 return an empty data object with no result array.

Every other endpoint (with no NFT data found) returns at least an empty data object such as data: { total: 0, page: 0, page_size: ‘25’, result: [] }. So the API responses aren’t consistent.

Also is there a reason why this SearchNFTs endpoint doesn’t have a name property i.e. collection name compared to the GetNFTs endpoint?

Thanks.