Match expressions with correct number of referenced relations inside for documents below:
client
{ _id: <ObjectId1>
client_name: "Garry",
client_surname:"Fisher",
client_status: "VIP"
}
payment document
payment: {
_id:<ObjectId2>
creditcard:7654765467893456,
bank:"Bank of America",
taxid:76543,
}
adress
{ _id: <ObjectId3>
city: "NY",
street_name:"East Shady Lane",
street_number: "44"
}