> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/api-reference/database/collections/count.md).

# Count

**Collections** hold your records. Norbix generates a full CRUD + query API over each collection from its schema, with record-level ownership and triggers.

Counts it.

{% openapi src="/files/mSzWZIdfkeZMXvU6eGVO" path="/{version}/database/collections/{collectionName}/count" method="get" %}
[norbix-api-swagger.json](https://760328771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LwSkuCpTNI_AerL8J2a%2Fuploads%2Fgit-blob-0be3316331a54f7a45d0dce4474f20005e215685%2Fnorbix-api-swagger.json?alt=media)
{% endopenapi %}

## In the dashboard

Manage this visually in Norbix Cloud — see [Database](/norbix-cloud/database/collections.md).

## Use it from code

Every Norbix SDK exposes this endpoint as a method — see [Count](/sdks-and-cli/database/collections/count.md) in the SDK reference, with examples in every language.
