Like the complexity, duplication column, we need to have total number of lines column

It is advised to have more basic columns

  1. Total Lines column (can futhter have option to ignore whitespaces count, and also special lines such as imporrts and only {, } lines etc)
  2. Total words in the file column
  3. most repeated words (if await is repeated 100 times, then show the list of most repeated keywords in a special table that has list of repeated words and how many times it is repeated, clicking on that number, it should show the list files and how many times this keyword is used in that file)