*/ class TeaRepository extends Repository { use StoragePageAgnosticTrait; protected $defaultOrderings = ['title' => QueryInterface::ORDER_ASCENDING]; }