object=talent, saved by Howard on 2026-09-18.{
"and": [
{
"op": "gte",
"col": "talent.person.dob_year",
"val": 1970
},
{
"op": "lte",
"col": "talent.person.dob_year",
"val": 1975
}
]
}
1126601 rows match this filter (live count from talent).
Smoke test — proves the engine parses a two-clause predicate over talent.person.dob_year.