Comment by Mladen Jablanović on statistics from models created →
I think OP wants number of clicks per each day in the range. Also, performing find and then size is sub-optimal, as all the data needs to be transferred to the application and counted there,…