pub fn int_with_default(
    name: &str,
    def: i64,
    properties: &Map<Value>,
    doc_id: &str,
    line_number: usize
) -> Result<i64>