I am trying to return all payments that do not belong to a specific invoice, after May 1st.
Once I add the Invoice “is_not” parameter, the getMany module returns only payments for that invoice.
Toggling “is” and “is not” does not change the output. Removing the relation filter returns all results that match the other filters.