The endpoint will return a quantity of items ranked by descending revenue. - [ ] GET /api/v1/items/revenue?quantity=x - where ‘x’ is the maximum count of results to return. - quantity should default to 10 if not provided - endpoint should return an error if it is not an integer greater than 0.