use ;
use MultiSearchCollectionParameters;
/// Represents the body of a multi-search request.
///
/// This struct acts as a container for a list of individual search queries that will be
/// sent to the Typesense multi-search endpoint. Each search query is defined in a
/// `MultiSearchCollectionParameters` struct within the `searches` vector.