$between
Filter records where a column’s value falls within a specified range. The $between method is used to retrieve entries with values that are greater than or equal to the lower bound and less than or equal to the upper bound, making it ideal for range-based queries.
Last updated