Fixed it! Turns out the names of the variables are important, by changing it to the following it worked:
const { results, pagination } = await super.find(...args);
Fixed it! Turns out the names of the variables are important, by changing it to the following it worked:
const { results, pagination } = await super.find(...args);