<?php declare(strict_types=1); return [ \TTN\Tea\Domain\Model\Tea::class => [ 'properties' => [ 'ownerUid' => ['fieldName' => 'owner'], ], ], ];