$args = array(
            $this->id,
            ( $page - 1 ) * $itemsPerPage,
            $itemsPerPage
        );