entity_count
todo
The `entity_count` method in the `Node` struct now correctly returns the number of entities in the world by querying for all entities. I've removed the `todo!()` macro which was preventing proper compilation and execution.