Hello everyone!
When creating a subscription from the browser JS client, we supply a list of items and the fields we're interested in.
But the SmartDataProvider#subscribe method only gives us the item subscribed to, not the list of associated fields.
How does one get them?

Thanks