module FFaker::LoremPL

def paragraph(count = 3)

def paragraph(count = 3)
  sentences(count + rand(0..2)).join(' ')
end