@loopback/docs
Version:
Documentation for LoopBack 4
30 lines (22 loc) • 677 B
Markdown
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) > [@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;
properties: {
count: {
type: string;
};
};
}
```