#[query]
Marks a struct as a Query (CQRS read operation)
Queries represent read operations that don’t change state.
#[query] struct GetUserQuery { user_id: String, }