I have a search action that returns a json response object which is basically serializing an object using json.net's lib.
My collection has a SearchResult object that has 3 properties (rowID, Title, Url).
Should I create another object instead of SearchResult to use with autocomplete plugin?