ContributionsMost RecentMost LikesSolutionsHow to effectively communicate a BETA API? I want to release one beta endpoint/service in my product suite and wanted to know the best ways to let the developer know a beta endpoint thru' API specification? Should I use tags for this? Is there a better alternative? LInks - total=true When my endpoint is invoked, I would like to return only 100 records; whereas the expected totals are more than 500. How do i do this by default without the customer requesting a total or limit through query parameter? If the GET users and GET users?total=true is returning two different entity models, are you recommending to have two different entities to be created with a differentiation of query parameter