use ;
use ;
/// This module defines the structure of a Note in the medi application.
/// A Note consists of a key, title, tags, content, and timestamps for creation and modification.
/// Represents the JSON structure for exporting notes.
/// This structure includes the export date, the count of notes, and a vector of Note objects