$schema->resultset('NewsPost')->create({ heading => "Llama thief still at large!", text => "Police are investigating leads but have refused to comment on possible suspects...", photos => [{ img => 'llamas_01.png', caption => 'Five llamas have been confirmed missing since Tuesday (File photo)', },{ img => 'llamas_02.png', caption => 'Police Commissioner Turgidson, shown here making a press statement Wednesday morning', }], url => '/news/llamas', })