TheOwl92 if you visit a user profile, in the side navigation next to Posts and Discussions tabs the number of posts and discussions is displayed. On mobile this informations is in the drawer component at the top of the screen
If you want to quickly see the information for many users, Flarum doesn't show it in the UI natively but you could check the database, those 2 values are pre-calculated and stored in the users
table.
If you want to make the information more visible you might be interested in the User Directory extension, I think it displays this information.