get https://example.com/api/v1/wbs/work_items//pdf/
Removes unnecesary prefetch / select_related from the queryset when model-only
attributes or properties are petitioned in the request via the "fields" query param.
E.g. "?fields=id,display_name"
Must be used along with QueryFieldsMixin on the serializer.