UNPKG

@loopback/docs

Version:
30 lines (22 loc) 677 B
--- lang: en title: 'API docs: repository.countschema' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.repository.countschema.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/repository](./repository.md) &gt; [CountSchema](./repository.countschema.md) ## CountSchema variable JSON Schema describing the Count interface. It's the response type for REST calls to APIs which return Count <b>Signature:</b> ```typescript CountSchema: { type: string; properties: { count: { type: string; }; }; } ```