{
"type": "subscribe",
"collection": "messages",
"event": "update"
"query": { "fields": ["text"] }
}
How to add “owner_id _eq owner1“ filter to the above realtime subscription so directus sends updated messages only to subscribed client with that filter?