{
  "items": [
    {
      "id": "purchase_001",
      "type": "ticket",
      "status": "active",
      "title": "Concert Ticket",
      "date": "2023-10-15T10:00:00Z",
      "subtitle": "VIP Section",
      "amount": 150.00,
      "details": {
        "event": "Rock Concert",
        "location": "Stadium A"
      }
    },
    {
      "id": "purchase_002",
      "type": "subscription",
      "status": "upcoming",
      "title": "Museum Membership",
      "date": "2023-11-01T12:00:00Z",
      "amount": 50.00,
      "details": {
        "duration": "1 year",
        "benefits": ["Free Entry", "Discounts"]
      }
    },
    {
      "id": "purchase_003",
      "type": "merch",
      "status": "delivered",
      "title": "Band T-Shirt",
      "date": "2023-09-20T08:30:00Z",
      "amount": 25.00,
      "details": {
        "size": "L",
        "color": "Black"
      }
    }
  ]
}