I am trying to query objects having 2 or more inboundReferences of a certain objectType. Currently, I managed to query all objects having at least one inboundReference using the below query.
objectType = Applications AND Object having inboundReferences(objectType = "Testing InboundReferences")
However, I don't know it is possible to display only those that have at least 2 inboundReferences.
Thanks in advance,
Regards,
Luke