Creating ticket to allow us to remove TODO from code. Extracted from `builder.js` ```js // TODO: add paging controls — pageSize=100 is a temporary workaround const res = await fetch(`${config.builderApi}/textbuilder?pageSize=100`); ```
Creating ticket to allow us to remove TODO from code. Extracted from
builder.js