Right now, having a query:
api/shema/[id] works and returns all fields without the referrers
api/shema/[id]?fields=id,name,sub works and returns id and name of the shema resource and its sub sub-resource.
The problem is that we can't have both. Would like to return all the fields of the schema without specifing them one by one. Something like:
api/shema/[id]?fields=*,sub