In this picture it states total entities = 4, while below it lists every entitie in the current scene. The text isnt from a selfmade printcommand, it comes from the afk function"VisualEditor_ShowDebug".
The function contains this : print ( "Total entities = " + str ( VisualEditor_Scenes [ scene ].entities.length - 1 ) )
Its got a -1 at the end. But that -1 is right sometimes but not everytime. Like in my first scene the command "VisualEditor_Scenes [ scene ].entities.length - 1 " states i got only 1 entitie in my current scene.