Documentation
    Preparing search index...

    Type Alias ProjectionAlias

    ProjectionAlias: readonly [
        expressionOrAttributeName: string
        | DynamicSqlExpression,
        alias: string,
    ]

    Please note if this is used the aliased property will not be available on the model instance as a property but only via instance.get('alias').