Bug Report: Calculated Columns mapped as strings when using "Cast result to instance of object as Taxonomy Term"
When using Cast result to instance of object as Taxonomy Term in JetEngine with Include Calculated Columns, all numeric columns are incorrectly mapped as strings.
This causes a type mismatch inside the resulting WP_Term object (term_id, term_taxonomy_id, term_group, count become strings instead of integers), which breaks functions like get_term_link().
✅ Status: Confirmed by Crocoblock Tech Team
The issue has been reproduced and passed to the developers for fixing (as of October 13, 2025).