public function getNewest()
 {
     return Sample::newest()->limit(200)->with(['source', 'producer', 'assay_result'])->get();
 }