GlobalSecondary
data class GlobalSecondary<Document : Any, HashKey, SortKey>(val indexName: IndexName, val hashKeyAttribute: Attribute<HashKey>, val sortKeyAttribute: Attribute<SortKey>?, val lens: BiDiLens<Item, Document>, val projection: Projection = Projection.all) : DynamoDbTableMapperSchema.Secondary<Document, HashKey, SortKey>