if (filter_var($dateTo, FILTER_VALIDATE_INT)) {
            $items_per_page = $dateTo;
        }