pub async fn pin_item( db: State<'_, DatabaseWrapper>, item_id: String, ) -> Result<(), String>
Pin an item’s metadata (protects from cache clear)