/// Query options for database queries.
/// This struct allows you to specify options for querying the database,
/// such as whether to decrypt the data and the maximum number of results to possibly aggregate.
/// It is used in the `read_history` method of the `Database` struct.