pub async fn get_users<'ctx>( ctx: &Context<'ctx>, limit: Option<i64>, offset: Option<i64>, ) -> Result<Option<Vec<User>>, AppError>
Get users from the database