--- /Users/debkantamondal/coreutils-original/NEWS	2023-04-18 19:38:11
+++ /Users/debkantamondal/coreutils-9.3/NEWS	2025-10-29 00:28:04
@@ -156,6 +156,17 @@
   ls --color now matches a file extension case sensitively
   if there are different sequences defined for separate cases.
 
+  ls --count will count number of directories, files and symlinks
+  of current directory user present. and --count-list will print the
+  count and also print containing items details - like name, size,
+  permissions, modified datetime, and its type. With --count, you get
+  everything in one place: directories, files, links, and the table,
+  without needing to chain commands like ls | wc. It’s simpler, more reliable,
+  and avoids issues with pipes or parsing output. And --count-list can
+  give a detailed table of contained elements with type wise count and 
+  all within the ls , just using options flag , no need extra pipeline/
+  complex command for this simple and frequently required output
+
   printf unicode \uNNNN, \UNNNNNNNN syntax, now supports all valid
   unicode code points.  Previously is was restricted to the C
   universal character subset, which restricted most points <= 0x9F.
