Query only base object
We have a class ShipmentCompletion it has 2 child class EMEAShipmentCompletion, APACShipmentCompletion. In space objects of all these 3 types are written. So lets say ShipmentCompletion has 1 object, EMEAShipmentCompletion as 2 objects and APACShipmentCompletion has 2 object.
Now i query the space for counting the ShipmentCompletion object it gives me a count of 5, I need to strictly count only the objects of Base class not the child classes i.e. count i should get be 1. Is this possible ?
Id for all objects is generated automatically so i dont know the the id before hand