{
  "data": {
    "$metadata": {
      "httpStatusCode": 200,
      "requestId": "DEF456GHI789JKL012MNO345PQR678ST",
      "attempts": 1,
      "totalRetryDelay": 0
    },
    "Items": [
      {
        "userId": "user-12345",
        "email": "john.doe@example.com",
        "firstName": "John",
        "lastName": "Doe",
        "age": 32,
        "isActive": true,
        "createdAt": "2024-01-15T10:30:00.000Z",
        "preferences": {
          "theme": "dark",
          "notifications": true
        },
        "tags": [
          "premium",
          "verified"
        ]
      },
      {
        "userId": "user-67890",
        "email": "jane.smith@example.com",
        "firstName": "Jane",
        "lastName": "Smith",
        "age": 28,
        "isActive": true,
        "createdAt": "2024-02-10T09:15:30.000Z",
        "preferences": {
          "theme": "light",
          "notifications": false
        },
        "tags": [
          "verified"
        ]
      }
    ],
    "Count": 2,
    "ScannedCount": 2,
    "ConsumedCapacity": {
      "TableName": "Users",
      "CapacityUnits": 0.5
    }
  }
}