Here count represents the total no. of experiment names present in the DB corresponding to the particular search-string. It will return the total experiment names count in the absence of search-string.
Also, count will remain same for all the paginated results for each specific request
This PR fixes #1031
http://127.0.0.1:8080/listExperiments/getExperimentNames?search=<search-string>&page=1&limit=20
count
represents the total no. of experiment names present in the DB corresponding to the particular search-string. It will return the total experiment names count in the absence of search-string.