concept Author_Page
  purpose display all information about one author, including their unique identifier, seen status, item count, score

  state
    author_id: Unique identifier for the author

  actions
    displayAuthor()
    displayAuthorItems()
    displayAuthorStats()
    displayAuthorArchives()

  operational principle
    after displayAuthors(), the Authors page showcases a list of authors with their unique identifiers,
    seen status, item count, author score, and associated file hashes

