> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EntityCounts table

> Number of different entities an associate has created for usage statistics

## EntityCounts Table (547)

Number of different entities an associate has created for usage statistics

## Fields

| Name             | Description                                         | Type                            | Nullable |
| ---------------- | --------------------------------------------------- | ------------------------------- | :------: |
| entitycounts\_id | Primary key                                         | PK                              |    No    |
| associate\_id    | Associate who created the entity                    | FK [associate](./associate.mdx) |    Yes   |
| entity\_name     | The entity measured by this tile                    | String(255)                     |    Yes   |
| records          | Number of related entities an associate has created | Int                             |    Yes   |
| registered       | Registered when                                     | UtcDateTime                     |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/d9iBlE_psINZNP59/media/loc/en/database/tables/EntityCounts.png?fit=max&auto=format&n=d9iBlE_psINZNP59&q=85&s=da6cb6099c546d8969ae7576e6c36352" alt="EntityCounts table relationship diagram" width="414" height="59" data-path="media/loc/en/database/tables/EntityCounts.png" />

## Indexes

| Fields                      | Types           | Description |
| --------------------------- | --------------- | ----------- |
| associate\_id, entity\_name | FK, String(255) | Unique      |

## Relationships

| Table                    | Description                                                        |
| ------------------------ | ------------------------------------------------------------------ |
| [associate](./associate) | Employees, resources and other users - except for External persons |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
