Newapp-sdk
@revenexx/app-sdk@0.2.0
Minor Changes
- 87864e7: Add count-aware pagination via
page(). Each entity client now exposespage(query)returning{ items, total, limit, offset }— the remote adapter asks PostgREST forPrefer: count=exactand reads the total fromContent-Rangein a single request; the mock adapter reports the filtered total.list()is unchanged. Generated clients (appsdk generate) now typepage()alongsidelist().