Is there a similar method for batch-retrieval of user information? For example, to get a user's tweets, likes, following, and followers in bulk, see the methods tweets_by_ids and users_by_ids in the repository: https://github.com/trevorhobenshield/twitter-api-client?tab=readme-ov-file#get-all-usertweet-data.
Currently, there's a userByIds method, but not tweetsByIds.