array(3) {
  [0]=>
  object(Item)#1 (4) {
    ["ID"]=>
    int(1)
    ["Name"]=>
    string(4) "Taco"
    ["Description"]=>
    string(22) "Our tacos are awesome!"
    ["Price"]=>
    float(4.95)
  }
  [1]=>
  object(Item)#2 (4) {
    ["ID"]=>
    int(2)
    ["Name"]=>
    string(6) "Sundae"
    ["Description"]=>
    string(24) "Our sundaes are awesome!"
    ["Price"]=>
    float(3.95)
  }
  [2]=>
  object(Item)#3 (4) {
    ["ID"]=>
    int(3)
    ["Name"]=>
    string(5) "Salad"
    ["Description"]=>
    string(23) "Our salads are awesome!"
    ["Price"]=>
    float(5.5)
  }
}