something like: ```js toi .optional({default:20}) .and(toi.num.is()) ``` or just: ```js toi .optional(20) .and(toi.num.is()) ```