{
  "rows": [
    {
      "id": "1",
      "cells": [
        {"text": "1", "column": "id"},
        {"text": "Alice Johnson", "column": "name"},
        {"text": "alice@example.com", "column": "email"},
        {"text": "Active", "column": "status", "chipColor": "success"}
      ]
    },
    {
      "id": "2",
      "cells": [
        {"text": "2", "column": "id"},
        {"text": "Bob Smith", "column": "name"},
        {"text": "bob@example.com", "column": "email"},
        {"text": "Active", "column": "status", "chipColor": "success"}
      ]
    }
  ],
  "page": 1,
  "perPage": 10,
  "total": 2,
  "error": {
    "text": "Results have been limited to 10 rows, please filter for more accuracy",
    "level": "primary",
    "icon": "info-circle"
  }
}
