Many-to-many relations in Custom Conditions (RBAC)

I got it to work with the following:

return {
    Authors: { $elemMatch: { Email: user.email } },
}