# Annotation

Annotation

Annotation representing all the entities in the text

**Fields:**
- `content`: `String!` - The content of the annotation. Annotations can sometimes be different from the actual text content.
E.g., Mastodon mentions have 'text: @buffer', but includes the server name in the content, 'content: @buffer@threads.net'
- `indices`: `[Int!]!` - The indices of the annotation in the text
- `text`: `String!` - The text representation of the annotation, eg '@buffer'
- `type`: `AnnotationType!` - The type of the annotation
- `url`: `String!` - The URL the annotation points to