1 2
/// JSON:API meta object — arbitrary key-value pairs. pub type Meta = serde_json::Map<String, serde_json::Value>;