Description=Return a list of products that the user has been rented but different of [[getUserRentedProduct]], the return from this method is a [[SimpleMovie]].
This method has a adultFilter, to filter the content by Adult or Non-Adult movies, [[typeFilter]] TypeFilter to filter the type of the product wants to return and a sort field.
The result is default ordered by the Title field.
|Returns=
Returns a JSON object containing an array of [[ProductSimpleMovie]] object.