Why do I use the code to get the number of triangles of the tiles in the tileset, but the first few tiles show a value of 0, but when I look in the 3D Tileset Inspector, I find that the tiles that show 0 have a triangle number of not 0
tileset.tileLoad.addEventListener(function (tile) {
console.log("Tile loaded:", tile.
_contentHeader.uri);
console.log("Triangles in tile:", tile.content.trianglesLength);
console.log('-----------------------------')
})