pub async fn find( map_id: i32, pool: &SharedPool, ) -> Result<Vec<DrawingDto>, ServiceError>
Get all drawings from one map.
If the connection to the database could not be established.