@loopback/docs
Version:
Documentation for LoopBack 4
33 lines (25 loc) • 816 B
Markdown
lang: en
title: 'API docs: repository.countschema'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.countschema.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [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;
title: string;
'x-typescript-type': string;
properties: {
count: {
type: string;
};
};
}
```