function fetchNewsletterBounceCount()
 {
     return array('result' => eZBounce::count());
 }
 function fetchNewsletterBounceCountGroupedByAddress()
 {
     return array('result' => eZBounce::count(eZBounce::definition(), null, "DISTINCT ADDRESS"));
 }