Representation to provide the following to {@link org.multibit.mbm.client.domain.model.model.Cart}:
75767778798081828384
PaginatedList<Cart> carts = cartDao.getPaginatedList(pageSize, pageNumber); // Provide a representation to the client Representation representation = new AdminCartCollectionRepresentation().get(carts); return ok(representation); }