mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
* Added total, offset and limit return propertiest to listUsers endpoint for admin plugin. This required modifying all db adapters. Also updated the init.test.ts.snap file to reflect adding of the count function in the adapter and the countTotalUsers function in the internalAdapter. * Resolved all issues in review. We now use count wherever possible. * linter was complaining * literal on adapter and 1 more test * lint * admin plugin listUsers pagination documentation --------- Co-authored-by: Kinfe123 <kinfishtech@gmail.com>