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

# TaskDocumentList

> TaskDocumentList data type in the ABBYY FlexiCapture Web Services API: holds the array of documents in a task and their count.

## What it does

The **TaskDocumentList** data type stores the list of documents in a task.

## Fields

| Name             | Type                                                           | Description                                       |
| ---------------- | -------------------------------------------------------------- | ------------------------------------------------- |
| `Documents`      | [TaskDocument](/flexi-capture/api/structures/task-document)\[] | The set of records for the documents in the task. |
| `DocumentsCount` | `int`                                                          | The number of documents in the task.              |
