{
    "success": true,
    "dataset": {
        "id": "40",
        "name": "ข่าวประชาสัมพันธ์",
        "name_en": "",
        "description": "ข่าวประชาสัมพันธ์",
        "category": "📰 ระบบข่าวสารและประชาสัมพันธ์",
        "data_format": "JSON",
        "access_level": "public",
        "last_updated": "2025-01-01",
        "record_limit": 100
    },
    "fields": [
        {
            "field_name": "topic",
            "field_type": "VARCHAR(255)",
            "field_description": "หัวข้อ"
        },
        {
            "field_name": "detiail",
            "field_type": "MEDIUMTEXT",
            "field_description": "หัวข้อ"
        },
        {
            "field_name": "date",
            "field_type": "DATETIME",
            "field_description": "วันที่"
        },
        {
            "field_name": "img",
            "field_type": "VARCHAR(100)",
            "field_description": "ภาพ(ถ้ามี)"
        }
    ],
    "total_records": 0,
    "returned_records": 0,
    "limit": 100,
    "offset": 0,
    "data": []
}