Open the menu
    ```html

    Document Repository: Details

    Provides details of a document, such as size, title, and description.

    Features

    • It is a details interface

    Screens

    Details

    Data

    document

    • Title(string) : Descriptive name to identify the document.
    • Description(string) : Explanatory text about the document.
    • File(File) : Name of the file that will be available in the repository.
    ```