# FolderLists: Sendinblue Folder Lists
- Catalog: `Brevo`
- Schema: `Views`
- Label: Folder Lists
This is a read-only view. The Sendinblue API may not support changing the data or the Invantive UniversalSQL driver for Sendinblue does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Sendinblue API.
## View Columns
The columns of the view `FolderLists` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `Folderid` | `int64` | ID | ☐ | ID of the folder |
| `Foldername` | `varchar2` | Name | ☐ | Name of the folder |
| `FoldertotalBlacklisted` | `int64` | Total Blacklisted | ☐ | Number of blacklisted contacts in the folder |
| `FoldertotalSubscribers` | `int64` | Total Subscribers | ☐ | Number of contacts in the folder |
| `FolderuniqueSubscribers` | `int64` | #Unique Subscribers | ☐ | Number of unique contacts in the folder |
| `id` | `int64` | ID | ☐ | ID of the list |
| `name` | `varchar2` | Name | ☐ | Name of the list |
| `totalBlacklisted` | `int64` | Total Blacklisted | ☐ | Number of blacklisted contacts in the list |
| `totalSubscribers` | `int64` | Total Subscribers | ☐ | Number of contacts in the list |
| `uniqueSubscribers` | `int64` | #Unique Subscribers | ☐ | Number of unique contacts in the list |