<?php declare(strict_types=1);namespace Shopware\Core\Framework\DataAbstractionLayer\Search\Aggregation\Metric;use Shopware\Core\Framework\DataAbstractionLayer\Search\Aggregation\Aggregation;use Shopware\Core\Framework\Log\Package;/** * @final tag:v6.5.0 */#[Package('core')]class MaxAggregation extends Aggregation{}