Struct for PostgreSQL circle.
circle
center
radius
@type t() :: %Postgrex.Circle{center: Postgrex.Point.t(), radius: number()}