class Attio::Note

def plaintext?

Check if note is in plaintext format
def plaintext?
  format == "plaintext"
end