use ;
/// Full-text content for a single attachment item.
///
/// Returned by `GET /users/<id>/items/<key>/fulltext`.
///
/// PDF attachments report `indexed_pages` / `total_pages`.
/// Non-PDF documents (HTML, EPUB, etc.) report `indexed_chars` / `total_chars`
/// instead. Either pair may be absent depending on the indexer used.