Allow specific fields to be requested when listing collections or fragments
When requesting /collections
or /collections/:id/fragments
, a query parameter called fields
containing a comma-separated list of field names will filter the response so it only includes those properties (and id
) for each item.
Closes #26