$params = array(
            $this->id,
            ($page_num - 1) * $items_per_page,
            $items_per_page
        );