function package_list($id, Http $http)
 {
     $edition = new TimberPost($id);
     $epr = new EditionPackageReader($id);
     return $this->respond->package($epr->package_string(), $edition->post_modified_gmt);
 }