$age Returns a sensible age for a human. Options¶ type (optional) Demographic. One of (CHILD, TEEN, ADULT, SENIOR, DEFAULT). Example¶ Template { "age": { "$age": "ADULT" } } Output { "age": 43 }