{
  "success": true,
  "message": null,
  "data": [
    {
      "id": 49,
      "name": "The Brick Burger",
      "description": "Two all-beef patties on sweet bread your choice of toppings",
      "price": 11.00,
      "category": "Burgers",
      "imageUrl": null,
      "isAvailable": true,
      "isFeatured": true,
      "sortOrder": 0
    },
    {
      "id": 50,
      "name": "The Brick Burger Combo",
      "description": "Two all- beef patties on sweet bread your choice of toppings, your choice of fries or onion rings and a drink",
      "price": 15.00,
      "category": "Combos",
      "imageUrl": null,
      "isAvailable": true,
      "isFeatured": true,
      "sortOrder": 0
    },
    {
      "id": 9,
      "name": "Tenderloin",
      "description": "A Midwest classic. Hand-breaded pork tenderloin, fried golden and served on a bun with your choice of toppings.",
      "price": 10.00,
      "category": "Sandwiches",
      "imageUrl": null,
      "isAvailable": true,
      "isFeatured": true,
      "sortOrder": 1
    },
    {
      "id": 52,
      "name": "Train Wreck Combo",
      "description": "Two all beef patties, onion rings,fried tomatoes, mushrooms, grilled pickles onions, pepper jack cheese and swiss cheese, smothered in house ranch dressing, served with your choice of fries or onion rings and a drink",
      "price": 16.50,
      "category": "Combos",
      "imageUrl": null,
      "isAvailable": true,
      "isFeatured": true,
      "sortOrder": 1
    },
    {
      "id": 51,
      "name": "Train Wreck",
      "description": "Two all beef patties, onion rings,fried tomatoes, mushrooms, grilled pickles onions, pepper jack cheese and swiss cheese, smothered in house ranch dressing ",
      "price": 13.50,
      "category": "Burgers",
      "imageUrl": null,
      "isAvailable": true,
      "isFeatured": true,
      "sortOrder": 1
    }
  ]
}