# Interfaces / Favourite Report Interface

# Favourite Report Interface

**Interface**
## FavouriteReportInterface

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The unique ID for the favourite report |
| name | *String!* | The name of the report |
| layers | *Float* | The maximum layers that report will export (if unset will be ignored) |
| emailSettings | [FavouriteReportEmailSettings](/documentation/Objects/Reports#FavouriteReportEmailSettings) | The settings to use for automatically emailing this report |
| nextEmailDate | [DateTime](/documentation/Types/Date-Time#DateTime) | The next date this report should be emailed on |
| syntaxErrors | *Boolean* | Whether there was syntax errors during the automated emailing of this report |
| createdAt | [DateTime](/documentation/Types/Date-Time#DateTime) | The date the report was created |
| updatedAt | [DateTime](/documentation/Types/Date-Time#DateTime) | The date the report was last updated |
| createdBy | [User](/documentation/Objects/User#User) | The user who created this report |
| updatedBy Deprecated | [User](/documentation/Objects/User#User) | The user who updated this report updatedBy has been superseded by latestRevision |
| latestRevision | [Revision](/documentation/Objects/Revision#Revision) | The most recent revision that happened to this report |
| revisions | [FavouriteReportInterfaceRevisionConnection](#FavouriteReportInterfaceRevisionConnection) | The revisions for the favourite report |