When I pass the paging option to hook, it returns this error to me my code: ``` const results = useFlexSearch(searchTerm, index, JSON.parse(store), { limit: 5, page: true }) ``` most likely because when I use page: true it returns me an object instead of an array https://github.com/nextapps-de/flexsearch#pagination