Not sure if this is an issue with Parse Server, or the JS SDK.
However, ParseLiveQuery server states:
subscriptionInfo.fields = request.query.fields
Yet I could not find any way to set .fields on the request query.
I presume .select is intended for this, however I don't think ParseQuery ever passes .select() to .fields.
My workaround for JS was to set query.fields = [''].
Happy to work on a PR if need be!