Join with array in different document

I have two document policy and product.
Policy:
{
Clinets:
{
[0] {id:123}
[1]{id:1234}
}
product:
{
id:123
}
i want a join between product id and policy.clinets.id

Use Ansi JOIN Check Example 13 https://blog.couchbase.com/ansi-join-support-n1ql/

thank you thank you thank you