REST route get /trackers/{id}/artifacts results are not filtered if no result.
For example, when filtering with submitted_by field ({"submitted_by": {"operator": "contains", "value": "119"}}),
if user_id = 119 has submitted no artifacts, GET will return all the artifacts, while if user_id = 119 has submitted 10 artifacts, GET will return the 10 artifacts.