This Assert is is useless

in Aurelius.Engine.ObjectManager (v2.7)

at row 1816 there is an erroneus Assertion.
Assert(Objects.Count = 1, 'Proxy loading failed. Results did not return a single object.');

If the Objects.Count is 0 because the reference is null this is an invalid exception or not?