threads-api
threads-api copied to clipboard
searchUsers not respecting the count
I invoke the api like this:
const data = await threadsApi.searchUsers(q, 7)
This is still returning 55 users for my query, even though I have specified the count as 7.