items = $items; $this->paging = $paging; } /** * @return MailingList[] */ public function getLists() { return $this->items; } }