# LayerSchema

***

The schema that describes the structure of the features in a layer.

## Remarks

This can be useful to build generic UIs that need to know the structure of the data in\
a layer, such as a dropdown to choose an attribute.

## Properties

### featureCount

> **featureCount**: `number`

The total number of features in the layer.

***

### attributes

> **attributes**: [`LayerSchemaAttribute`](/js-sdk-api-reference/layers/layerschemaattribute.md)\[]

Array of attribute schemas describing the properties available on features in this layer.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.felt.com/js-sdk-api-reference/layers/layerschema.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
