public String getSize() {
   if (IS_DIRECTORY) {
     return " ";
   } else {
     return CommonUtils.getSizeFromBytes(SIZE);
   }
 }