//! # Document
//!
//! In Typesense, documents are each one of the JSON elements that are stored in the collections.
//! A document to be indexed in a given collection must conform to the schema of the collection.
//!
use crateCollectionSchema;
use ;
/// Trait for partial structs
/// Trait that every struct should implement that wants to be represented as a Typesense
/// Document