pub type Attribution = BTreeMap<String, String>;
Attribution data is stored in an object. The key is the name of the attribution, and the value is the link
struct Attribution { /* private fields */ }