- enum ModelSortField {
- # Name of the model
- # Postal Code from the model address
- # Internal Model Id
- # MLS Listing ID
- # When the model was first created.
- # When the model was last updated, this may be modified by a variety of actions
- # The score for how well the search result matches the given
- # query. A larger number is a better match, so desc will
- # give the best match to the worst.
- # The aggregate analytics models loaded event count for the last 7 days, if
- # applicable
- # (e.g. if the model has been accessed in the last 7 days)
- # The aggregate analytics models loaded user count for the last 7 days, if
- # applicable
- # (e.g. if the model has been accessed in the last 7 days)
- # The aggregate analytics impressions event count for the last 7 days, if
- # applicable
- # (e.g. if the model has been accessed in the last 7 days)
- # The aggregate analytics models loaded event count for the last 30 days, if
- # applicable
- # (e.g. if the model has been accessed in the last 30 days)
- # The aggregate analytics models loaded user count for the last 30 days, if
- # applicable
- # (e.g. if the model has been accessed in the last 30 days)
- # The aggregate analytics impressions event count for the last 30 days, if
- # applicable
- # (e.g. if the model has been accessed in the last 30 days)
- # The aggregate analytics models loaded event count for for the lifetime of the
- # model
- # The aggregate analytics models loaded user count for for the lifetime of the
- # model
- # The aggregate analytics impressions event count for for the lifetime of the
- # model
- }