Open the menu
    ```html

    Forum: List of Forums

    Presents the complete list of all the forums published in that service instance. The list displays the name of the forum with a link to its details page, how many topics it has, and how many responses have been given. For each forum, the author and timestamp of the last message posted are also displayed.

    Screens

    List of Forums

    Data

    forum

    • Name(string) : Title of the forum
    • Topics(integer) : Number of existing topics in the forum.
    • Responses(integer) : Number of responses to the forum topics, excluding the initial responses that are related to the creation of the topics.
    ```