function fetchLatestPackages( callback ) {
        Package
          .find()
          .limit( 5 )
          .sort( '-created_at' )