{
    "articles": [
        {
            "id": "article-1",
            "slug": {
                "fr": "article-1.html",
                "en": "article-1.html"
            },
            "title": {
                "fr": "Premier article de blog",
                "en": "First blog article"
            },
            "status": "published",
            "created_at": "2025-01-10T09:00:00Z",
            "updated_at": "2025-01-15T14:30:00Z"
        },
        {
            "id": "article-2",
            "slug": {
                "fr": "article-2.html",
                "en": "article-2.html"
            },
            "title": {
                "fr": "Deuxième article",
                "en": "Second article"
            },
            "status": "published",
            "created_at": "2025-01-12T11:00:00Z",
            "updated_at": "2025-01-14T16:00:00Z"
        },
        {
            "id": "article-3",
            "slug": {
                "fr": "article-3.html",
                "en": "article-3.html"
            },
            "title": {
                "fr": "Troisième article",
                "en": "Third article"
            },
            "status": "draft",
            "created_at": "2025-01-14T08:00:00Z",
            "updated_at": "2025-01-14T08:00:00Z"
        }
    ],
    "last_updated": "2025-01-15T14:30:00Z"
}
