How to find all rows that is not it array

Greetings.
I run a query on a table that filters and displays an array of id.

After doing this, I feed the matched_users variable into the not in filter :


and get the following error:
ParseError: 'Users.id' not in [{'receiver_id':6}], message=Type mismatch.

Thank you for your help!

1 reply