I have a "calls" table and in my API I am querying all of the records. There is a field in the table called "priority" with three possible options "Hot Leads" "Follow-up" and "Complaints". Is it possible to get the response from the query where I can receive all of the record that contain "Hot Leads" as a priority first in the response and then the remaining options?
Thank you!