I have a data structure where certain fields are nested objects. For example, in my 'events' engine, the 'event_permission' field is an array of objects, with each object containing a 'user_id'.
I'm using @elastic/enterprise-search for nodejs. How can I filter by user_id in the event_permission array without denormalizitng the data?