Searching File Properties

Hello,
My setup automatically adds DATE and TYPE properties in addition to the default ID to the file properties (to avoid clutter) as follows:

:PROPERTIES:
:TYPE:     reference
:ID:       E4EBB61D-1A0D-4118-AF0B-334E0211B04B
:DATE:     [2022-02-02]
:END:

I am trying to do a seach for a specific property value, such as all entries that are references.
If the properties drawer is under a heading that is not a problem using the agenda but I couldn’t manage it for the enteries in the file’s main properties drawer.

I’d simply use a command that calls grep or ripgrep: rg or consult-ripgrep in my case.

Thank you. That clearly works.