is this intended? I can’t check tags if they have any children. For instance if i want to check if it is a ship, hastag ship works. but if there is anything inside of ship like ship.builder and ship.military, it will always return false. I can work around this by adding a tag inside of it purely f the purpose of identifying ships, like ship.ship or ship.valid, but this seems messy to me especially if i start adding in many layers of tags. Any solutions or is there just something I missed?