<?php

declare(strict_types=1);

namespace AC\TableScreen;

interface TotalItems
{

    public function get_total_items(): int;

}