if (!_items?.length) {
    result.push({ p: NOT_APPLICABLE });
  } else {
    // ['Annotations', 'Modifier', 'Type', 'Name']
    const _rows = _items.map((item: any) => {