Ask AI"match_requirements"Define your "match_requirements" JSON//Only want Matches with Phones { //... rest of query match_requirements: { phones: true } } //Only want Matches with Emails { //... rest of query match_requirements: { emails: true } }