XDATA Service return multiple entities

Hi,
Is it possible for a service to return multiple, but not related, entities in a List? like you do on datasnap with FireDAC and TFDJSONDatasets?

Yes. Just return a TList<T> where T is the base class for all objects you want to return.