Super.find returns undefined

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);
1 Like