Graph Statistics Missing Some Edges

Hello I am loading edges/vertexes into TG from pyTigerGraph. When I go to TG Studio to the load data screen I can see:

|Total Vertex|2,093,578|
|Total Edge|5,447,331|

I think this is correct however some edges are showing up as 0:
|Edge A|0|
|Edge B|0|
|Edge C|0|

Now, when I explore the graph in Studio for edges A/B/C I can clearly see that they do exist.

Does anyone know why they are not reflected in the Graph Statistics?

Ok I think this is because multiple “from” Vertexes are not supported in the get-edges commands.