pub async fn composite_index_basic(t: &mut Test) -> Result<()>
Basic composite index: model-level #[index(field_a, field_b)] creates a two-column index on SQL and a GSI (hash + range key) on DynamoDB.
#[index(field_a, field_b)]