How do i search and query based on time?

yes, separated by unique time_stamp that groups all documents belonging to a time together

to clarify, there is a cronjob every minute that does bulk InsertMany of like 100 documents with same exact ISODDate time_stamp

Think of it like getting the current price of a crypto based on the time_stamp, so i can return all documents of latest time_stamp so i can extract price data from it