pub(crate) fn new_page( conn: &mut PgConnection, page_number: i32, content: &str, book_id: i32 ) -> Result<Page, Box<dyn Error + Send + Sync>>