Fetched Animations

Array
(
    [0] => Array
        (
            [id] => 40
            [name] => Inserted Animation 3
            [thumbnail_url] => http://example.com/thumbnail3.png
            [description] => Test animation list
            [publish_date] => 2024-07-01
            [publisher] => Publisher 2
            [dot_content] => digraph G { A -> B; }
            [url] => view_animation.php?id=40
        )

    [1] => Array
        (
            [id] => 38
            [name] => Animation 2
            [thumbnail_url] => http://example.com/thumbnail2.png
            [description] => Description for Animation 2
            [publish_date] => 2024-06-15
            [publisher] => Publisher 2
            [dot_content] => digraph G { A -> B -> C; }
            [url] => view_animation.php?id=38
        )

    [2] => Array
        (
            [id] => 37
            [name] => Animation 1
            [thumbnail_url] => http://example.com/thumbnail1.png
            [description] => Description for Animation 1
            [publish_date] => 2024-06-01
            [publisher] => Publisher 1
            [dot_content] => digraph G { A -> B; }
            [url] => view_animation.php?id=37
        )

)