{
"success": true,
"data": {
"nodes": [
{ "id": "rec_contact_01", "label": "Jane Smith", "type": "contacts" },
{ "id": "rec_company_01", "label": "Acme Corp", "type": "companies" },
{ "id": "rec_contact_02", "label": "Bob Johnson", "type": "contacts" },
{ "id": "rec_contact_03", "label": "Alice Lee", "type": "contacts" }
],
"edges": [
{ "from": "rec_contact_01", "to": "rec_company_01", "type": "relation" },
{ "from": "rec_contact_02", "to": "rec_company_01", "type": "relation" },
{ "from": "rec_contact_01", "to": "rec_contact_03", "type": "meeting" }
]
}
}