this is a component where i want to implement this
export default function SingleBook () {
return (
<div>
// iam getting value in this where '<' is to be replace by ' '
<ListItemText primary={SingleBook.avg_rating.value} />
</div>
)
}