<?php

namespace App\DTO;

class RestaurantListDTO
{
    private $pagination;
    private $list;
    private $filterVariants;
}