Add a new GET request endpoint at /lost_found/ that returns a combined list of both lost and found items, ordered by their creation time. This endpoint should include an optional max_limit query parameter to specify the number of items returned, with a default value of 100.
Please ensure that the existing two separate endpoints for lost and found items remain unchanged.
Add a new
GETrequest endpoint at/lost_found/that returns a combined list of both lost and found items, ordered by their creation time. This endpoint should include an optionalmax_limitquery parameter to specify the number of items returned, with a default value of 100.Please ensure that the existing two separate endpoints for lost and found items remain unchanged.