Using the Miro Web SDK, building a cache of the metadata of all board items requires looping over all items and calling `.getMetadata()` on each individual item. This may also cause rate limit issues.
Would be nice to be able to fetch metadata of multiple board items simultaneously.

