What we found: The event has a "Triggered when" entry. Opening it shows a card titled "Journey Trigger" with the text: "This trigger is connected to the following 1 journey:" — but no journey is actually listed below that text. Clicking into the trigger's detail view (Trigger 1 of 1) shows "No journey steps connected / This trigger hasn't been connected to any journey steps yet." The workspace's Journeys page shows "Journeys (0)" — there are zero journeys documented. Via the Avo MCP integration, get(type:"event", id:"<EVENT_NAME>") returns this same trigger with an additional property condition not visible in bullets 1–2 above in the UI text we captured (a property equality condition on one of the event's properties). Calling list_journeys via MCP for this workspace returns "Journey read is coming soon for this workspace." Why this is confusing / likely a bug: The trigger is explicitly labeled "Journey Trigger" and claims to be connected to 1 journey, but that journey does not exist anywhere in the workspace (0 journeys total) and the trigger's own detail view confirms no journey steps are connected. This orphaned/ghost reference makes it impossible for anyone auditing the event (or an integration like Avo MCP) to determine where this trigger's property condition actually originates from or how to edit/remove it — there's no property-condition field exposed for this trigger type on the event page itself, and no journey to trace it back to. Steps to reproduce: Open the affected event in the workspace referenced above. Under "Triggered when," open the existing trigger. Observe the "Journey Trigger" card claiming a connection to 1 journey, with none listed, and the canvas showing "No journey steps connected." Compare with the workspace's Journeys page (0 journeys) and/or the MCP list_journeys response ("coming soon"). Request: please clarify (a) where this trigger's property condition actually lives / how it can be edited or removed, and (b) why the trigger is labeled and behaves as a "Journey Trigger" pointing to a journey when the workspace has none. Screenshots attached.