Add feedback score to appoitment filter
The code changes add a new property feedback_score
to the AppointmentQueryParams
interface and update the buildAppointmentQuery
function to include a condition for filtering appointments based on the feedback_score
value.