final Iterator<Item> items = this.region
            .table(DyDeck.TBL)
            .frame()
            .through(new QueryValve().withLimit(1))
            .where(DyDeck.HASH, this.user)