# Signals curated ``` match (u:User {id: $id})-[r:CREATED]->(:Signal)-[:INITIATED]-(t:Thread) with count(distinct(t)) as threads_created return { threads_created: threads_created } ```