> ## Documentation Index
> Fetch the complete documentation index at: https://docs.breakcold.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Number

> Use number attributes in the Breakcold API.

## Attribute type

`number`

## Use it for

Numeric values such as headcount, score, quantity, or probability.

## Request value

Send a number.

```json theme={null}
{
  "fields": {
    "company_headcount": 42
  }
}
```

## Returned shape

Returns a number.

## Example response

```json theme={null}
{
  "fields": {
    "company_headcount": 42
  }
}
```
