getListData
    Store.prototype.getListData(request, response)
  
  A requestHandler that gets multiple items from the store.
fixture("GET /api/todos", todoStore.getListData);
  
  
  
Store.prototype.getListData(request, response)
  A requestHandler that gets multiple items from the store.
fixture("GET /api/todos", todoStore.getListData);